Detach
Detaches an attachment from the specified record.
Input
| Name | Type | Description |
| DetachFromInternalId | String | The internalId of the record to detach the attachment from. |
| DetachFromRecordType | String | The record type of the record to detach the attachment from. |
| AttachmentInternalId | String | The internalId of the attachment. |
| AttachmentRecordType | String | The record type of the attachment. |
Result Set Columns
| Name | Type | Description |
| Successful | String | A boolean indicating if the detachment was successful. |