cURL
curl --request DELETE \ --url https://api.usezombie.com/v1/workspaces/{workspace_id}/credentials/llm \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Removes the stored BYOK LLM API key for the workspace. Future runs will fall back to platform-provided keys if available.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Workspace identifier
Credential deleted