Saltar al contenido principal

Eliminar adjunto

DELETE 

/attachments/:id

Deletes the attachment row and its stored bytes. Requires scope finance.attachments.write. Returns 409 (conflict, with per-entity link counts in details) when the file is still linked to any payable / receivable / transaction — unlink it first via DELETE /attachments/{id}/links. Calling DELETE twice returns 204 then 404.

Solicitud

Respuestas

Attachment deleted. No response body.