Delete an role

Remove an role from the system by providing its unique ID.

DELETE
/organizations/{organizationId}/roles/{roleId}
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Unique identifier of the organization

roleId*string

Unique identifier of the organization role

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/organizations/string/roles/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}