Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Required string length:
1 - 900
Response
delete information
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