API Reference/Management/Roles
POST
/v1/mgmt/role/delete

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
namestring
tenantIdstring
curl -X POST "https://api.descope.com/v1/mgmt/role/delete" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "string",
    "tenantId": "string"
  }'

OK

Was this helpful?