API Reference / Calls

DELETE /calls/{call_id}

Delete a specific call

Deletes a logged call 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 call targets are recalculated.

Path parameters

Name Type Description
call_id req string Call ID

Responses

200 OK

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

Related guides