Path parameters
-
Id of the conversation
DELETE /conversations/{id}
curl \
-X DELETE https://getcody.ai/api/v1/conversations/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Id of the conversation
curl \
-X DELETE https://getcody.ai/api/v1/conversations/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"