Cancel a Meeting
Cancel a Meeting
Cancel a meeting and run all cancellation side effects. Works on any meeting belonging to your client.
POST
Cancel a Meeting
When cancelled, Nexor:
- Cancels the lead’s and host’s pending reminders.
- Notifies the host and sends the lead a cancellation email.
- Deletes the external calendar event and frees the availability slot.
- Logs a
meeting_cancelledtimeline activity. - Fires a
meeting.cancelledoutbound webhook and, when configured, triggers the re-engage agent.
"skipped": true.
Idempotency: cancelling a meeting that is already cancelled is a safe no-op ("idempotent": true).Authorizations
API key for authentication. Keys are prefixed with nxr_live_.
Path Parameters
The meeting ID, from the POST /meetings response or GET /leads/{id}/meetings.
Body
application/json
Stored as cancellation_reason; included in the lead/host notifications.
Last modified on June 26, 2026