Skip to content

removeFormRecordAttachment

DELETE
/api/v1/data-sources/{id}/records/{recordId}/attachments/{attachmentId}

Unbinds an attachment, clears the field value it backed, and soft-deletes the underlying asset. Uses optimistic concurrency — the record’s current version is required as a query parameter and a mismatch returns 409. Authorization matches record editing. Returns the updated record detail.

version
required
integer

The record’s current version

Updated record detail after removal

Attachment or record not found or not visible to the caller

Record version conflict