Remove role from the system
DELETE/api/management/v1/useradm/roles/:id
Plan Requirement
This endpoint requires a Enterprise plan subscription.
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint is deprecated. Please use /api/management/v2/useradm/roles/{id} togheter with /api/management/v2/useradm/permission_sets/{id} instead.
Request
Responses
- 204
- 401
- 500
Role removed.
Unauthorized.
Internal Server Error.