API Reference/Management/Authz
POST
/v1/mgmt/authz/re/deleteresources

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
resourcesarray<string>
curl -X POST "https://api.descope.com/v1/mgmt/authz/re/deleteresources" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "resources": [
      "string"
    ]
  }'

OK

{}

Was this helpful?