DELETE
/
role
/
{rid}
curl --request DELETE \
  --url http://localhost:3370/role/{rid} \
  --header 'KODOSUMI_API_KEY: <api-key>'
{}

Authorizations

KODOSUMI_API_KEY
string
header
required

Path Parameters

rid
string
required

UUID of the role to delete

Response

200
application/json

Role deleted successfully

The response is of type object.