Dreambooth
Delete Project
Dreambooth
Delete Project
DELETE
/dreambooth/project
Authorization*
x-api-key*
curl --request DELETE \
--url https://api.mirageml.com/dreambooth/project \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '{
"project-id": "<project-id>"
}'
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": []
}
}