v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-22116135580.0 KB
Providers
Microsoft Teams

Revoke access

Remove a Microsoft Entra tenant ID from a Microsoft Teams tenant object.

put/v1/providers/ms-teams/{channel_id}/revoke_access

Path parameters

channel_idstring required

The ID of the Knock Microsoft Teams channel to revoke access for.

Query parameters

ms_teams_tenant_objectstring required

A JSON encoded string containing the Microsoft Teams tenant object reference.

Response

OK

okstring

OK response.

Example response

{
  "ok": "ok"
}