Maintainer:Not configured
Soft-deletes a role. Deletion is rejected if any active users are still assigned to it.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
Add parameter in header x-tenant-id
Example:x-tenant-id: ********************
or
Responses
This response does not have a body.
curl --location --request DELETE '/roles/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'
Modified at 2026-04-16 18:43:47