Skip to main content
DELETE
/
projects
/
{project_id}
curl -X DELETE "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851" \
  -H "X-API-KEY: YOUR_API_KEY"
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Permanently removes a project.
Deleting a project cannot be undone.
project_id
string
required
UUID of the project to delete

Response

Returns the UUID of the deleted project.
curl -X DELETE "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851" \
  -H "X-API-KEY: YOUR_API_KEY"
"d290f1ee-6c54-4b01-90e6-d701748f0851"