Delete Workforce Integration

Delete a Microsoft Teams workforce integration by its unique identifier.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the removal of existing workforce integrations from Microsoft Teams, streamlining resource management.

Core Features & Use Cases

  • Delete Workforce Integration: Removes a specific workforce integration by its unique identifier.
  • Use Case: When a workforce integration is no longer needed or has been superseded, this Skill can be used to clean up your Teams environment.

Quick Start

Use the delete workforce integration skill to remove the integration with id 'wfi-001'.

Frequently Asked Questions about Delete Workforce Integration

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

FAQPage Schema
How do I delete a workforce integration from Microsoft Teams?

To delete a workforce integration from Microsoft Teams, you use this Skill to remove the target integration by providing its unique identifier, such as 'wfi-001'. This permanently removes the integration from your Teams environment.

What permissions do I need to remove a workforce integration in Teams?

Removing a workforce integration requires a valid access token with the WorkforceIntegration.ReadWrite.All scope. This administrative permission ensures only authorized users can manage and delete API integrations.

When should I remove a workforce integration from my Teams environment?

You should remove a workforce integration when it is no longer needed or has been superseded by a new configuration. Deleting unused integrations ensures system cleanliness and streamlines resource management.

How do I find the specific ID needed to delete a workforce integration?

Deleting a workforce integration requires the specific workforceIntegration-id for the target resource. You must provide this unique identifier so the API can accurately locate and remove the correct integration.

Can I manage API integrations for Teams without writing code?

This Skill automates the API request to delete an existing workforce integration from Microsoft Teams. It handles the underlying API integration management task so you can remove resources directly without manual coding.