POST
/v1/mgmt/fga/relations/delete

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tuples?array<Tuple>

Delete FGA relations

This endpoint allows you to delete relations using Fine-Grained Authorization.

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