Saltar al contenido principal

Unlink an attachment from a record

DELETE 

/attachments/:id/links

Removes a single association between the attachment ({id}) and the parent identified in the body. Requires scope finance.attachments.write. Returns 404 when no such association exists. The attachment row itself is left intact — delete it with DELETE /attachments/{id}.

Request

Responses

Association removed. No response body.