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.
cURL
curl --request DELETE \ --url https://api.app.shinzo.ai/auth/platform_keys/{keyUuid} \ --header 'Authorization: Bearer <token>'
Delete an existing platform API key.
curl -X DELETE https://api.app.shinzo.ai/auth/platform_keys/key_abc123def456 \ -H "Authorization: Bearer <jwt_token>"
{ "message": "API key deleted successfully", "uuid": "key_abc123def456", "deleted_at": "2025-01-20T16:00:00Z" }
200
401
404