Delete Online Meeting

Delete scheduled online meetings via the Microsoft Teams API using a meeting ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to remove online meetings they have scheduled, helping to keep their calendars organized and free up resources.

Core Features & Use Cases

  • Meeting Removal: Delete specific online meetings using their unique identifier.
  • Calendar Management: Streamline the process of cleaning up your schedule.
  • Use Case: If an online meeting is no longer needed, use this Skill to quickly delete it from your calendar and prevent unnecessary notifications.

Quick Start

Use the delete online meeting skill to remove the meeting with ID 'meeting-001'.

Frequently Asked Questions about Delete Online Meeting

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

FAQPage Schema
How do I delete an online meeting from my calendar using the Microsoft Teams API?

You can delete an online meeting by calling the Microsoft Teams API endpoint with the unique meeting ID and a valid OAuth token. This removes the scheduled event from your calendar and stops unnecessary notifications.

What do I need to remove a scheduled Teams meeting via API?

To remove a Teams meeting, you need the unique meeting ID and a valid OAuth token. Your authentication token must specifically include the OnlineMeetings.ReadWrite API scope to authorize the deletion.

Does deleting an online meeting require specific API permissions?

Yes, deleting an online meeting requires the OnlineMeetings.ReadWrite permission scope. You must include this valid OAuth token in the specified API headers to successfully execute the removal request.

What happens when I delete a scheduled meeting using this API method?

Deleting a scheduled meeting removes the online event from your calendar, freeing up your schedule and resources. It helps streamline calendar management by preventing unnecessary notifications for canceled sessions.

Can I remove any Microsoft Teams meeting from my schedule?

You can remove existing online meetings that you have scheduled and are authenticated to manage. You must supply the specific unique meeting ID for the target session to execute the deletion successfully.