Pular para o conteúdo principal

Excluir anexo

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.

Requisição

Respostas

Attachment deleted. No response body.