Skip to main content
DELETE
/
v1
/
training_projects
/
{training_project_id}
cURL
curl --request DELETE \
--url https://api.baseten.co/v1/training_projects/{training_project_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

training_project_id
string
required

Response

200 - application/json

A training project tombstone.

id
string
required

Unique identifier of the training project

deleted
boolean
required

Whether the training project was deleted