curl --request POST \
--url https://app.happyrobot.ai/api/v1/calls/{id}/cancel \
--header 'authorization: <authorization>'
This response does not have an example.
Cancel a scheduled call that has not started yet
curl --request POST \
--url https://app.happyrobot.ai/api/v1/calls/{id}/cancel \
--header 'authorization: <authorization>'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the call.
24
200
Was this page helpful?