{ "operationId": "delete-category", "method": "DELETE", "path": "/categories/{apiCategoryId}", "summary": "Delete a category", "requestExamples": [], "responseExamples": [ { "status": "403", "contentType": "application/problem+json", "example": { "detail": "You don't have access to the endpoint.", "instance": "https://problems.luna.akamaiapis.net/api-defintions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749", "status": 403, "title": "Unauthorized Access/Action", "type": "https://problems.luna.akamaiapis.net/api-defintions/error-types/UNAUTHORIZED" } } ] }