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