DELETE
/
api
/
v1
/
archives
/
channels
/
{channelId}
Unarchive channels
curl --request DELETE \
  --url https://apix.us.amity.co/api/v1/archives/channels/{channelId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

channelId
string
required
Example:

"60e4b1b4b3b2b5c4c4b3b2b5"

Response

200
application/json

OK

The response is of type object.