API Reference / Attachments

DELETE /attachments/{attachment_id}

Delete a specific attachment

Deletes an attachment from the note, call, meeting or deal it was uploaded to. The file stops being returned by the API immediately; the stored copy is retained rather than purged straight away.

Path parameters

Name Type Description
attachment_id req string Attachment ID

Responses

200 OK

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

Related guides