/v1/mgmt/accesskey/attributeAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Query Parameters
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"Revoke agentic identities POST
Revoke agentic identities and invalidate their consents — the same operation as [revoking access in the Console](/agentic-identity-hub/core-components/agents#revoking-access). Combine filters to narrow scope: - `clientId` + `userId` — one user's grant to a specific agent - `consentId` + `userId` — a specific consent for a user - `resourceId` + `userId` — all of a user's grants on one MCP server [Resource](/resources) - `userId` alone — all agentic identities for that user across every MCP server Returns the number of identities revoked in `revoked`.
Get access key attribute GET
Get a single access key custom attribute definition by machine name, using a valid management key.