Skip to main content
DELETE
/
v1
/
chains
/
{chain_id}
cURL
curl --request DELETE \
--url https://api.baseten.co/v1/chains/{chain_id} \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.

Path Parameters

chain_id
string
required

Response

200 - application/json

A chain tombstone.

id
string
required

Unique identifier of the chain

deleted
boolean
required

Whether the chain was deleted