Providers
Slack
Revoke access
Revoke access for a Slack channel.
put/v1/providers/slack/{channel_id}/revoke_access
Path parameters
channel_idstring required
The ID of the Knock Slack channel to revoke access for.
Query parameters
access_token_objectstring required
A JSON encoded string containing the access token object reference.
Response
OK
Example response
{
"ok": "ok"
}