Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete an API key from Auth0 and mark as inactive in database.
cURL
curl --request DELETE \ --url https://api.example.com/v1/api-keys/{clientId} \ --header 'Authorization: Bearer <token>'
Enter Auth0 JWT token
Auth0 client ID
"abc123xyz456"
API key deleted successfully