projects

Delete Project

Deletes a specific project based on the provided projectId. This operation marks the project as deleted and is irreversible.

delete/projects/{projectId}

Path parameters

projectIdstring required

The unique identifier of the project to delete. This must be passed as a path parameter in the URL.

Query parameters

deleteAllChatsboolean

If true, deletes all the chats associated with the given project ID. Deleting is permanent. Defaults to false.

If true, deletes all the chats associated with the given project ID. Deleting is permanent. Defaults to false.

Response

Success

idstring required

The unique identifier of the deleted project.

object'project' required

Fixed value identifying this object as a project.

deletedtrue required

Confirmation that the project has been deleted.

Changes