cURL
curl --request POST \ --url https://api-dev.iclosed.io/eventCalls/cancelCall \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "eventCallId": 123, "cancelReason": "<string>" } '
201
Example
{ "message": "Call cancelled successfully", "status": 200}
Cancelling a call
API key required in 'Authorization' header. Format: iclosed-
ID of the event call to cancel
Reason for cancelling the event call
Successfully cancelled event call
Success message
"Call cancelled successfully"
HTTP status code
200