Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Maximum length:
50Query Parameters
Category id
Required string length:
1 - 50curl --request DELETE \
--url https://apix.us.amity.co/api/v3/community-categories/{categoryId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"success": true
}
}curl --request DELETE \
--url https://apix.us.amity.co/api/v3/community-categories/{categoryId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"success": true
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
50Category id
1 - 50