DELETE
/
api
/
v3
/
community-categories
/
{categoryId}
delete a community category.
curl --request DELETE \
  --url https://apix.us.amity.co/api/v3/community-categories/{categoryId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "success": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

categoryId
string
required
Maximum length: 50

Query Parameters

categoryId
string
required

Category id

Required string length: 1 - 50

Response

200
application/json

community category information

The response is of type object.