BazaarLinkBazaarLink
Sign in
DocsAPI ReferenceSDK ReferenceAgentic UsageAI Skills
Management Keys

Delete a BYOK key

Permanently deletes a BYOK key and all of its model mappings (cascading). Irreversible; traffic that used this key returns to platform routing afterwards.

DELETE/api/v1/management/byok-keys/:id

Authorizations

Authorizationrequired
string · header

API key as bearer token in the Authorization header.

Path parameters

idrequired
string

The BYOK key id.

DELETE /api/v1/management/byok-keys/:id
curl -X DELETE https://bazaarlink.ai/api/v1/management/byok-keys/byok_abc123 \
  -H "Authorization: Bearer $BAZAARLINK_API_KEY"
Response examples

Deleted.

{
  "ok": true
}
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.
Delete a BYOK key — BazaarLink API