Dreambooth
Delete Run
DELETE
/
dreambooth
/
run
Header
Body
curl -X 'DELETE' \
'https://api.mirageml.com/dreambooth/run' \
-H 'accept: application/json' \
-H 'Authorization: <AUTHORIZATION>' \
-H 'x-api-key: <API_KEY>'
{
"statusCode": 200,
"body": {
"message": "Deleted inference output images",
"files": []
}
}
Description
Deletes the output images for a dreambooth inference
Body Data
project-id
string
requiredProject id of the project
run-id
string
requiredRun id of the project
curl -X 'DELETE' \
'https://api.mirageml.com/dreambooth/run' \
-H 'accept: application/json' \
-H 'Authorization: <AUTHORIZATION>' \
-H 'x-api-key: <API_KEY>'
{
"statusCode": 200,
"body": {
"message": "Deleted inference output images",
"files": []
}
}