Delete Entity
Use the Delete Entity action to delete an entity in the specified entity set in your SAP system.
Complete the following steps to use the Delete Entity action in your workflow:
1. Drag the Delete Entity action under SAP OData to the canvas, place the pointer on the action, and then click or double-click the action. The Delete Entity window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. To add an SAP OData connector type, refer to Supported SAP OData Connector Types.
If you previously added a connector type, select the appropriate Connector Type, and under Connector Name, select the connector name.
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 SAP OData connector name. For more information about MAP CONNECTOR, see Using Map Connector.
6. In the Relative Metadata URL field, enter the metadata URL relative to the host and port that you provided in the connection.
7. In the Entity Set list, select an entity set.
8. In the Entity ID field, provide a single entity identifier.
* 
For an entity identifier with a single property, specify the Entity ID in the Property1Value1 format.
For an entity identifier with multiple properties, specify the Entity ID in the Property1Value1,Property1Value2,Property1Value3 format.
You must specify multiple property values in the same order as specified in the Service Metadata document.
9. Click Done.
Output schema
The Delete Entity action returns a message string that states the successful execution of the action.
Was this helpful?