API Reference / Meetings

DELETE /meetings/{meeting_id}

Delete a specific meeting

Deletes a meeting permanently — the API has no undo, unlike the web app. Its attachments go with it, it leaves the contact's timeline, and the author's meeting targets are recalculated.

Path parameters

Name Type Description
meeting_id req string Meeting ID

Responses

200 OK

Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.

Related guides