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>" }
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A chain deployment tombstone.
Was this page helpful?