Skip to main content

xSuite Helix - Help

Deleting multiple documents (V2)

It is possible to delete more than one document version at once, currently this is limited to 100 entries per call. Add a list of document identifiers as a string array to the body of the DeleteDocuments operation.

cURL Example
curl -X DELETE
    'https://{fqdn_helix}/api/v2/ArchiveApi/{archive}/{key}' /
    -H 'Authorization: Bearer {ACCESS_TOKEN}' /
    -H 'accept: */*'
Definitions

See Archive Service API

Permissions

Delete permissions on the archive are required.