Delete a BYOK provider key

Requires the byok:write scope.

DELETE
/v1/byok/keys/{provider}

Authorization

x-api-key<token>

Anthropic-style API key header.

In: header

Path Parameters

provider*string

Provider name as registered in the cloud's provider catalog.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.bitrouter.ai/v1/byok/keys/string"
{}
{
  "error": null
}
{
  "error": null
}
{
  "error": null
}

How is this guide?