Delete entity permission
DELETE/permissions/:id
Delete a specific entity permission. The id path parameter is the
entity_permission UUID (not the user UUID).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
Permission deleted
Authentication required or token invalid
Insufficient permissions for this action
Resource not found
Validation failed
Too many requests — rate limit exceeded
Unexpected server error