Destinations / Cancel handoff
Cancel handoff
POST/v1/handoffs/{id}/cancel
Cancel an in-progress handoff.
Path parameters
id
string · required
The handoff id.
Response fields
id
string
The handoff id.
status
string
canceled.
POST/v1/handoffs/{id}/cancel
curl -X POST https://app.converly.io/api/v1/handoffs/hdf_7Yk2…/cancel \ -H "Authorization: Bearer sk_live_…"
200 OK
{
"id": "hdf_7Yk2…",
"status": "canceled"
}