Projects
Deletes a Project and all its associated resources.
DELETE
/
projects
/
{project_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredUnique identifier for a Project
created in Totoy.
Maximum length:
28
Response
200 - application/json
project_id
string
requiredThe unique identifier of a Project
.
Maximum length:
28
knowledge_base_ids
string[]
requiredA list of knowledge_base_ids
that were assigned to the Project
.
source_ids
string[]
requiredA list of source_ids
of Sources
that were assigned to the Project
.
deleted
boolean
requiredIndicates whether the Project
, the Sources
and Knowledge Bases
have been successfully deleted.