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/provider_keys/:keyUuid \ --header 'Authorization: Bearer <token>'
Delete a stored AI provider API key.
curl -X DELETE https://api.app.shinzo.ai/auth/provider_keys/pk_abc123def456 \ -H "Authorization: Bearer <jwt_token>"
{ "message": "Provider key deleted successfully", "uuid": "pk_abc123def456", "deleted_at": "2025-01-20T16:00:00Z" }
200
401
404