POST
/
v1
/
delete_finetune
curl --request POST \
  --url https://api.us1.bfl.ai/v1/delete_finetune \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '{
  "finetune_id": "my-finetune"
}'
{
  "status": "<string>",
  "message": "<string>",
  "deleted_finetune_id": "<string>",
  "timestamp": "<string>"
}

Authorizations

x-key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.