curl --request DELETE \
--url https://apix.us.amity.co/api/v1/archives/channels/{channelId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/archives/channels/{channelId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"60e4b1b4b3b2b5c4c4b3b2b5"
OK
The response is of type object
.