Delete Association
Use the Delete Association action to remove an association between two instances of one or more entity types.
Complete the following steps to use the Delete Association action in your workflow:
1. Drag the Delete Association action under OData to the canvas, place the pointer on the action, and then click or double-click the action. The Delete Association window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. To add an OData connector type, refer to Supported OData Connector Types.
If you previously added a connector type, select the appropriate Connector Type, and under Connector Name, select the connector.
4. Click TEST to validate the connector.
5. Click MAP CONNECTOR to execute the action using a connector that is different from the one that you are using to populate the input fields. In the Runtime Connector field, provide a valid OData connector name. For more information about MAP CONNECTOR, see Using Map Connector.
6. In the Select Entity Set list, select an entity set.
7. In the Entity ID field, provide a single entity identifier.
8. In the Select Association list, select the required association. The association is the containment or non-containment navigation property of the specified entity. If the containment navigation property has a containment navigation property under it, you can select the nested containment navigation property to delete the association.
9. If the selected association is a collection of entity types, provide the entity ID of the association that you want to delete.
If the selected association is not a collection of entity types, you do not need to provide any value.
10. Click Show additional fields.
11. Under the Headers group, click Add to add a custom header to the request. Provide a Key and Value pair.
Click Add to add multiple key-value pairs. Click to delete any custom header that you added.
12. Click Done.
Output schema
The output schema for the Delete Association action returns a message attribute.
Was this helpful?