POST
/v1/mgmt/tenant/authaccess/rule/deleteAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
tenantId?string
id?string
Delete a tenant auth access policy rule by id.
curl -X POST "https://api.descope.com/v1/mgmt/tenant/authaccess/rule/delete" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string"}export interface Response {id?: string} Was this helpful?
Create tenant auth access policy rule POST
Create an auth access policy rule for a tenant. The rule is appended at the end of the tenant's evaluation order. Sub-tenants cannot have their own rules.
Load all tenant auth access policy rules POST
Load all of a tenant's auth access policy rules in evaluation order.