Detach
Removes a previously attached file (for example, 'image', 'document') from the specified NetSuite record.
Input
| Name | Type | Description |
| DetachFromInternalId | String | The unique internal ID of the record from which the attachment will be removed. |
| DetachFromRecordType | String | The type of record (such as invoice, customer, or sales order) from which the attachment will be removed. |
| AttachmentInternalId | String | The unique internal ID of the attachment to be removed. |
| AttachmentRecordType | String | The type of record associated with the attachment (for example, file, image, or document). |
Result Set Columns
| Name | Type | Description |
| Successful | String | A boolean value indicating whether the attachment was successfully removed (true) or not (false). |