* @param notificationEndPointId
* id of notification end point to delete
* @return the delete operation
*/
public static EntityDeleteOperation delete(String notificationEndPointId) {
return new DefaultDeleteOperation(ENTITY_SET, notificationEndPointId);
}