POST
/v1/mgmt/authz/re/deleteresources

Delete all relations for a list of resources

Delete all relations for the given list of resources.

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/authz/re/deleteresources

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

resourcesarray<string>

Status codeDescription
200OK
curl -X POST "https://api.descope.com/v1/mgmt/authz/re/deleteresources" \
  -d '{
  "resources": [
    "string"
  ]
}'

{}

Was this helpful?