Remove the link between two specified Address Manager entities.
API method:
PUT /v1/unlinkEntities
This method works on the following types of objects and links:
Type of entity for entity1Id | Type of entity for entity2Id | Result |
---|---|---|
Any entity | Tag | Removes the tag linked to the entity. |
Tag | Any entity | Removes the entities from the object tag. |
MACPool | MACAddress | Removes the MAC address from the MAC pool. |
MACAddress | MACPool | Removes the MAC pool from the MAC address. |
User | UserGroup | Removes the user group from the user. |
UserGroup | User | Removes the user from the user group. |
Location | IP or server object | Removes the location from an object. |
IP or server object | Location | Removes the location from an object. |
Server Group | Server | Applies a server to a server group object. |
Server | Server Group | Applies a server group to a server object. |
Note: To obtain the object ID of the Deny MAC pool, use the
getEntityByName method.