Delete Shift

Delete a specific shift from a Microsoft Teams schedule using team ID and shift ID.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill delete-shift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delete Shift
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/delete-shift
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill delete-shift

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the permanent removal of specific shifts from a team's schedule, streamlining workforce management.

Core Features & Use Cases

  • Shift Deletion: Permanently deletes a specified shift.
  • Use Case: If a scheduled shift is no longer needed due to a cancellation or change in staffing, this Skill can be used to remove it from the team's schedule.

Quick Start

Use the delete shift skill to remove shift with id 'shift-001' from team with id 'e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c'.

Frequently Asked Questions about Delete Shift

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete a shift from a Microsoft Teams schedule?

You can delete a shift from a Microsoft Teams schedule by providing the unique team ID and shift ID as path parameters, which permanently removes the scheduled shift from the workforce management system.

What do I need to remove a scheduled shift in Teams?

You need the unique team ID and the specific shift ID as path parameters to identify and permanently delete the target shift from the schedule.

Can I permanently remove a cancelled shift from a team schedule?

Yes, you can permanently remove a cancelled shift from a team schedule by deleting the specified shift using its team ID and shift ID, streamlining workforce management when shifts are no longer needed.

When should I delete a shift instead of modifying it in Teams?

You should delete a shift when a scheduled shift is no longer needed due to a cancellation or change in staffing, permanently removing it from the team's schedule rather than modifying its details.

Does deleting a Teams shift require any dependencies or components?

Deleting a Teams shift requires no additional dependencies or components, only the unique team ID and shift ID as path parameters to execute the permanent removal of the scheduled shift.