POST
/v1/mgmt/authz/re/deleteresourcesrelations

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

resources?array<string>
string

Delete all relations for the given list of resources in which they are the resource.

curl -X POST "https://api.descope.com/v1/mgmt/authz/re/deleteresourcesrelations" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?