API ReferenceManagementAccess Key Management
DELETE
/v1/mgmt/accesskey/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 access key custom attribute definition by machine name (no-op if absent), using a valid management key.

curl -X DELETE "https://api.descope.com/v1/mgmt/accesskey/attribute"
Was this helpful?