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

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
curl -X POST "https://api.descope.com/v1/mgmt/authz/schema/delete" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{}'

OK

{}

Was this helpful?