Delete data

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 https://crossmedia.atlassian.net/wiki/spaces/WD/pages/732364803. 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}

You can delete resource by identifier or by unique identifier.

See examples and a 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.

See examples and a sample resource here.