Delete Custom Rights Category
Delete an individual custom rights category.
Deletes the requested Custom Rights Category by id.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/rightsCategories/{id}
COPY
Path Parameters
string
id
Required
id
Responses
204
No Content
Operation doesn't return any data structure
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[{"type":"Classic"},{"type":"Modern"}]
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/rightsCategories/{id}
Availability
Added in 9.1.0
On This Page
Rights Categories Operations
GET
Query Rights Categories
POST
Create Custom Rights Category
GET
Get Rights Category
DELETE
Delete Custom Rights Category