DELETE
/
rbac
/
roles
/
{id}
cURL
curl --request DELETE \
  --url https://api.wapikit.com/api/rbac/roles/{id}
{
  "data": true
}

Path Parameters

id
string
required

The id value of the organization role you want to delete.

Response

200
application/json

OK

The response is of type object.