cURL
curl --request DELETE \ --url https://api.usezombie.com/v1/admin/platform-keys/{provider} \ --header 'Authorization: Bearer <token>'
{ "provider": "<string>", "active": true, "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Removes a platform-wide LLM provider key. Workspaces without BYOK keys will no longer be able to use this provider.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
LLM provider name
Platform key deleted