...
verb:
DELETE
general form of the URI:
/api/rest/{type of service}/{name of the resource type}/{id of the resource}
You can delete resource by identifier or by unique identifier.
See a response sample resource here.
Delete several resources
You can delete several resources with the same end point by passing a list of identifiers (comma-separated) instead of the identifier, or by specifying a selection query with the query
parameter.
...