Identities
Delete an identity
Permanently deletes an identity from your workspace and cleans up associated budget configurations.
DELETE
Core - Delete identity
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
Permanently deletes an identity from your workspace and cleans up associated budget configurations.
curl --request DELETE \
--url 'https://api.orq.ai/v2/identities/customer_12345' \
--header 'Authorization: Bearer $ORQ_API_KEY'
{}Was this page helpful?
curl --request DELETE \
--url 'https://api.orq.ai/v2/identities/customer_12345' \
--header 'Authorization: Bearer $ORQ_API_KEY'
{}