curl --request DELETE \
--url https://api.getcargo.io/v1/ai/messages/{uuid} \
--header 'Authorization: Bearer <token>'{}Remove a message from a chat
curl --request DELETE \
--url https://api.getcargo.io/v1/ai/messages/{uuid} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?