Remove the link between the specified source and destination Address Manager entities.
API method:
PUT
/v1/unlinkEntitiesEx
Example
{ "linkType": "UniqueLinkTypeName", "sourceEntityId": 81253, "destinationEntityId": 23125 }Parameters
- linkType—enter a unique name for the user-defined link.Note:
- You cannot enter a name that is a reserved link type name. For a list of reserved link type names, refer to Reference: Reserved link type names.
- You cannot enter a name that begins with the prefix "BCN_".
- sourceEntityId—enter the source entity ID.
- destinationEntityId— enter the destination entity ID.