DELETE
/
dreambooth
/
run
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
required

Project id of the project

run-id
string
required

Run id of the project