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
deleteAllChats'true' | 'false'
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