ApiManagementTenants
DELETE
/v1/mgmt/tenant/attribute

Authorization

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?