# Delete a specific Collection category

Delete an existing collection category

Endpoint: DELETE /v1/org/categories/{id}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `id` (string, required)
    The unique identifier of the collection category to be deleted

## Response 200 fields (application/json):

  - `records` (array)

  - `records.id` (string)

  - `records.success` (boolean)

  - `count` (integer)


