DisassociateRequest
Executes a disassociate request.
Note: This procedure makes use of indexed parameters. Indexed parameters facilitate providing multiple instances a single parameter as inputs for the procedure.
Suppose there is an input parameter named Param#. To input multiple instances of an indexed parameter like this, execute:
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
In the table below, indexed parameters are denoted with a '#' character at the end of their names.
Input
Name | Type | Description |
RelationshipName | String | Name of the relationship to be used for the disassociation. |
TargetId | String | Id of the target to remove associations from. |
TargetLogicalName | String | The logical name of the target to remove associations from. |
RelatedEntityId# | String | Id of an entity to disassociate from the target. |
RelatedEntityLogicalName# | String | Logical name of the entity to disassociate from the target. |