POST
/v1/mgmt/authz/re/deleteresourcesAuthorization
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.
curl -X POST "https://api.descope.com/v1/mgmt/authz/re/deleteresources" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?