Revoke an API key. The key is immediately rejected on subsequent requests.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/api-keys/{apiKeyId}
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/api-keys/{apiKeyId}
curl -i -X DELETE \
'https://coreapi.hoxton.ai/_mock/v1/api-keys/{apiKeyId}' \
-H 'Authorization: YOUR_API_KEY_HERE'