curl --request DELETE \
--url https://api.baseten.co/v1/chains/{chain_id}/deployments/{chain_deployment_id} \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "id": "<string>",
  "deleted": true,
  "chain_id": "<string>"
}

Authorizations

Authorization
string
header
required

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Path Parameters

chain_id
string
required
chain_deployment_id
string
required

Response

200 - application/json
A chain deployment tombstone.

A chain deployment tombstone.

id
string
required

Unique identifier of the chain deployment

deleted
boolean
required

Whether the chain deployment was deleted

chain_id
string
required

Unique identifier of the chain