curl --request POST \
--url https://api.getcargo.io/v1/ai/messages/{uuid}/cancel \
--header 'Authorization: Bearer <token>'{}Cancel a message that has an associated Temporal workflow (workflow-backed message). No-op if the message has no workflow or the workflow is already finished.
curl --request POST \
--url https://api.getcargo.io/v1/ai/messages/{uuid}/cancel \
--header 'Authorization: Bearer <token>'{}Was this page helpful?