curl --request DELETE \ --url https://api.baseten.co/v1/chains/{chain_id} \ --header "Authorization: Api-Key $BASETEN_API_KEY"
{ "id": "<string>", "deleted": true }
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 tombstone.
Was this page helpful?