Skip to main content
DELETE
/
v1
/
roles
/
{id}
Delete role
curl --request DELETE \
  --url https://api-sandbox.rinne.com.br/core/v1/roles/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token for user authentication

Path Parameters

id
string
required

Role ID

Response

Role deleted successfully