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
community category information
The response is of type object
.