Delete a Project

Moves a specific project to trash.

Moves a project to trash

DELETE https://autogon.ai/api/v1/engine/project/{app_id}/

Path Parameters

NameTypeDescription

app_id*

String

The unique app_id of the project (UUID)

Headers

NameTypeDescription

X-AUG-KEY*

String

YOUR_API_KEY

{
    "status": "true",
    "message": "Project deleted successfully"
}

Good to know: A deleted project may still be restored until after 30 days to deletion. To restore a deleted project, contact our support with details of the project to be restored.

Last updated