Deletes a Project and all its associated resources.
Projects
Deletes a Project and all its associated resources.
DELETE
Deletes a Project and all its associated resources.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a Project created in Totoy.
Maximum string length:
28Pattern:
^pj_[a-zA-Z0-9]{25}$Response
OK
The unique identifier of a Project.
Maximum string length:
28Pattern:
^pj_[a-zA-Z0-9]{25}$Example:
"pj_avX7imfLaPcQnv5ckvGlOEBA9"
A list of knowledge_base_ids that were assigned to the Project.
Maximum array length:
1500Maximum string length:
28Pattern:
^kb_[a-zA-Z0-9]{25}$Example:
[]A list of source_ids of Sources that were assigned to the Project.
Maximum array length:
10000Unique identifier for a Source that was assigned to the Project.
Maximum string length:
29Pattern:
^src_[a-zA-Z0-9]{25}$Example:
[
"src_oXiYDg8QOc9JsOk86idRXiywD",
"src_qoY7rSGkiWtn4NP8kPXc7xzrq"
]Indicates whether the Project, the Sources and Knowledge Bases have been successfully deleted.
Example:
true