curl --request DELETE \
--url https://api.getcargo.io/v1/ai/memories \
--header 'Authorization: Bearer <token>'{}Remove AI memories
curl --request DELETE \
--url https://api.getcargo.io/v1/ai/memories \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The response is of type object.
Was this page helpful?