Delete Role
DELETE/api/v1/organization/:organization_id/roles/:role_id
Deletes a role from the specified organization.
Request
Responses
- 204
- 404
- 409
- 422
The role that was deleted from the specified organization.
Role not found
Cannot delete role. Role is still assigned to <some_number> user(s).
Validation Error
Was this page helpful?