API Reference/Management/Authz
POST
/v1/mgmt/authz/rd/delete

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
namestring
namespacestring
schemaNamestring

optional upgrade to the schema name

curl -X POST "https://api.descope.com/v1/mgmt/authz/rd/delete" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "string",
    "namespace": "string",
    "schemaName": "string"
  }'

OK

{}

Was this helpful?