There are several service lines that work on the same principle. The end points are slightly different but the parameters are the same and depending on the configuration, the possibilities are the same. All details are available in section DAM & DATA API. This page describes the general principle of resource removal.
Delete a resource
verb:
DELETE
general form of the URI:
/api/rest/{type of service}/{name of the resource type}/{id of the resource}
See a response sample
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.
See a response sample