cURL
curl --request DELETE \ --url https://api.totoy.ai/v1/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "project_id": "pj_avX7imfLaPcQnv5ckvGlOEBA9", "knowledge_base_ids": [ "kb_feMfJbeqbAEj4u8K5HqmKpUbY", "kb_kfjd34sfgsd2gfskijuh23zgt" ], "source_ids": [ "src_oXiYDg8QOc9JsOk86idRXiywD", "src_qoY7rSGkiWtn4NP8kPXc7xzrq" ], "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for a Project created in Totoy.
Project
28
OK
The response is of type object.
object