Delete Time Off Entry

Delete a specific time off entry from a Microsoft Teams schedule.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the permanent removal of specific time off entries from a team's schedule, ensuring accurate record-keeping.

Core Features & Use Cases

  • Permanent Deletion: Removes a specific time off entry using its unique identifier.
  • Use Case: If a previously scheduled time off entry was made in error or is no longer valid, this Skill can be used to remove it from the team's schedule.

Quick Start

Use the delete time off entry skill to remove the time off entry with ID 'timeoff-001' from team 'e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c'.

Frequently Asked Questions about Delete Time Off Entry

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

FAQPage Schema
How do I delete a time off entry from a Microsoft Teams schedule?

You can delete a time off entry by using its unique identifier and the team ID as path parameters to permanently remove the scheduled time off from the team's schedule via the Microsoft Teams API.

What do I need to remove a scheduled time off entry in Microsoft Teams?

Removing a scheduled time off entry requires the specific team ID, the unique time off entry ID, and authorization via a Bearer token to access the Microsoft Teams API for permanent deletion.

When should I remove a time off entry from a team's schedule?

You should remove a time off entry from a team's schedule when a previously scheduled entry was made in error or is no longer valid, ensuring accurate record-keeping within the team.

Does deleting a time off entry permanently remove it from the team schedule?

Yes, deleting a time off entry permanently removes the specific scheduled time off from the team's schedule using the Microsoft Teams API, ensuring the record is fully cleared.

Can I delete multiple time off entries from a Teams schedule at once?

The metadata does not specify batch deletion capabilities. This skill focuses on deleting a specific time off entry by targeting its unique identifier alongside the team ID.