ApiManagementFga
DELETE
/v1/mgmt/fga/backup/{backupId}

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Path Parameters

backupId*string

Delete an FGA backup.

curl -X DELETE "https://api.descope.com/v1/mgmt/fga/backup/string"
{}
export interface Response {}
Was this helpful?