Projects
Deletes a Project and all its associated resources.
DELETE
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 length:
28
Response
200
application/json
OK
The unique identifier of a Project
.
Maximum length:
28
Example:
"pj_avX7imfLaPcQnv5ckvGlOEBA9"
A list of knowledge_base_ids
that were assigned to the Project
.
Example:
[]
A list of source_ids
of Sources
that were assigned to the Project
.
Unique identifier for a Source
that was assigned to the Project
.
Example:
[
"src_oXiYDg8QOc9JsOk86idRXiywD",
"src_qoY7rSGkiWtn4NP8kPXc7xzrq"
]
Indicates whether the Project
, the Sources
and Knowledge Bases
have been successfully deleted.
Example:
true