Skip to content

Delete Role API
Stable

Request

API to delete the role for the tenant

Security
apiKey
Path
role_idstring, (uuid)required

Role ID

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/authz2/v1/roles/{role_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Deleted succesfully

Response
No content