DELETE
/
projects
/
{project_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Unique identifier for a Project created in Totoy.

Maximum length: 28

Response

200 - application/json
project_id
string
required

The unique identifier of a Project.

Maximum length: 28
knowledge_base_ids
string[]
required

A list of knowledge_base_ids that were assigned to the Project.

source_ids
string[]
required

A list of source_ids of Sources that were assigned to the Project.

deleted
boolean
required

Indicates whether the Project, the Sources and Knowledge Bases have been successfully deleted.