Delete a BYOK provider key

1 min readEdit this page
DELETE
/v1/byok/keys/{provider}

Requires the byok:write scope.

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://example.com/v1/byok/keys/string"
{}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}

How is this guide?