Zatomic API

Delete Project

Permanently deletes a project. This action cannot be undone.

Any prompts assigned to the project will remain but will no longer belong to any projects.

Endpoint
DELETE https://api.zatomic.ai/v1/projects/{projectId}

// Example
DELETE https://api.zatomic.ai/v1/projects/prj_32hbc9w4iVeyUZ1iRvjZYUrvS73

Endpoint Response

A successful call returns a 204 status code with no content.

HTTP Status Codes
204 No Content The project was deleted.
404 Not Found The project didn't exist.
500 Internal Server Error Something went wrong on Zatomic's end.