Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://apix.us.amity.co/api/v2/channels/{channelId}/close \ --header 'Authorization: Bearer <token>'
{ "status": "error", "code": 400301, "message": "User is not a member of a channel" }
Close channel
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK