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
Example response
{
"ok": "ok"
}