DELETE
/v1/mgmt/tenant/attributeAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Query Parameters
name?string
Delete a single tenant custom attribute definition by machine name (no-op if absent), using a valid management key.
curl -X DELETE "https://api.descope.com/v1/mgmt/tenant/attribute" Was this helpful?
Create Tenants Batch POST
Create multiple tenants in a single batch, using a valid management key. Each tenant is created independently; per-tenant failures are returned in the response body.
Delete Tenants Batch POST
Delete multiple tenants in a single batch, using a valid management key. Each tenant is deleted independently; per-tenant failures are returned in the response body.