Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Maximum length:
50
Query Parameters
Category id
Required string length:
1 - 50
curl --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.
50
Category id
1 - 50