DetachRelationship
Removes an established relationship, such as a contact association, from a specified NetSuite record.
Input
| Name | Type | Description |
| DetachFromInternalId | String | The unique internal ID of the record from which the contact will be detached. This is a key identifier in NetSuite. |
| DetachFromRecordType | String | The type of record (for example, Customer, Vendor) from which the contact is being removed. Use the record type values defined in NetSuite. |
| ContactInternalId | String | The unique internal ID of the contact being detached. This identifies the specific contact record in NetSuite. |
Result Set Columns
| Name | Type | Description |
| Successful | String | Indicates whether the detachment process completed successfully. Returns true for success and false for failure. |