curl --request DELETE \
--url https://apix.us.amity.co/api/v3/communities/{communityId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --request DELETE \
--url https://apix.us.amity.co/api/v3/communities/{communityId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
1 - 900
delete information
The response is of type object
.