Delete Team

Delete a Microsoft Team and its associated resources via the Teams API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a way to permanently delete a Microsoft Team and all its associated resources, helping to clean up unused or obsolete team environments.

Core Features & Use Cases

  • Permanent Deletion: Removes a team and all its data, including channels, messages, and files.
  • Resource Cleanup: Assists in managing and reducing clutter in your Microsoft Teams environment.
  • Use Case: If a project has concluded and its associated team is no longer needed, this Skill can be used to ensure all related data is removed.

Quick Start

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

Frequently Asked Questions about Delete Team

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

FAQPage Schema
How do I permanently delete a Microsoft Team and its associated resources?

Permanently deleting a Microsoft Team removes the team and all its associated resources, including channels, messages, and files. This is done via a DELETE HTTP request to the Teams API to ensure all related data is completely removed.

What do I need to remove a team via the Microsoft Teams API?

To remove a team via the Microsoft Teams API, you need a valid team ID and an authorization token for execution. These prerequisites allow the DELETE HTTP request to target and permanently delete the specific team environment.

When should I delete obsolete teams in my Microsoft Teams environment?

Deleting obsolete teams is recommended for resource cleanup when a project has concluded and its team is no longer needed. Removing these completed project teams permanently eliminates associated data and reduces clutter in your Microsoft Teams environment.

Does deleting a Microsoft Team remove all channels and files?

Deleting a Microsoft Team performs permanent deletion of all its data, which includes channels, messages, and files. This ensures thorough resource cleanup so no obsolete project data remains in your environment after the team is removed.

Can I recover data after I use a DELETE request for team administration?

No, using a DELETE HTTP request for team administration performs permanent deletion. Removing a specific Microsoft Team and its associated resources eliminates all channels, messages, and files, ensuring the data cannot be recovered.