Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the default value is 50

  • if you specify a value as a parameter, it defines the limit (e.g. max=100 limits the maximum number of resources that can be deleted to 100)

  • a value greater than 200 cannot be specified: if the parameter value is greater than 200, a maximum of 200 resources will be deleted

Examples

...

With identifiers

DELETE https://club-wed.wedia-group.com/api/rest/dam/data/asset/4,5,6

...

This request will delete all assets with archived status.

Code examples (with identifiers)

HTTP

Code Block
DELETE /api/rest/dam/data/asset/78j1ko1ds3my1,8ges4hm9qkm3w,3gr11uwby8mo6 HTTP/1.1
Authorization: Basic ZGVtbzpkZW1vcHdk
Host: club-wed.wedia-group.com

...