๐ฒ FLUX.2 [max] โ Our highest quality model with grounding search and state-of-the-art consistency. Explore FLUX.2 โ
cURL
curl --request POST \ --url https://api.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>" }
Delete a finetune_id that was created by the user
ID of the fine-tuned model you want to delete.
"my-finetune"
Successful Response
Status of the deletion
Message about the deletion
ID of the deleted finetune
Timestamp of the deletion
Was this page helpful?