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