Skip to main content
DELETE
/
v1
/
admin
/
platform-keys
/
{provider}
Delete a platform LLM key
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"
}

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

provider
string
required

LLM provider name

Response

Platform key deleted

provider
string
required
active
boolean
required
request_id
string<uuid>
required