POST
/
api
/
v2
/
channels
/
{channelId}
/
close
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

Response

200

OK