Cody AI API
1.0

API for Cody AI

This is the documentation for version 1.0 of the API. Last update on May 4, 2024.

Base URL
https://getcody.ai/api/v1

Delete Document

DELETE /documents/{id}

Delete document by id.

Path parameters

  • id string Required
DELETE /documents/{id}
curl \
 -X DELETE https://getcody.ai/api/v1/documents/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"