Delete endpoint
The Delete-endpoint is meant to delete a business object that is defined in the endpoint definition.
It is unlikely that this operation will be used often, but it is there to comply to business requirements. In the body of the request, the filter-tag can be used to select the appropriate business object.
* 
It is not possible to delete multiple business objects in one go. If the filter selects more than one business object, only the first one is processed.
Example
http://{environment}/sdk/system/{version}/delete/{definition name}
Request
{
"filter": {
"Syscode": {"eq": 260 }
}
}
Response
{
}