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