curl --request POST \
--url https://apix.us.amity.co/api/v2/channels/{channelId}/close \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Close channel
curl --request POST \
--url https://apix.us.amity.co/api/v2/channels/{channelId}/close \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK