- Dreambooth
- Delete Run
DELETE
/dreambooth/run
Authorization*
x-api-key*
Description
Deletes the output images for a dreambooth inference
Body Data
project-idRequired
string
Project id of the project
run-idRequired
string
Run 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": []
}
}
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": []
}
}