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.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters”version
required
integer
The record’s current version
Responses
Section titled “ Responses ”Updated record detail after removal
Attachment or record not found or not visible to the caller
Record version conflict