AlphaAlpha Docs

Delete a role for a tenant

Delete a custom role from a specific tenant. Super admin only.

DELETE
/tenants/{tenantId}/roles/{roleName}
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string
roleName*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:18080/api/v1/tenants/string/roles/string"
Empty
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}