Skip to main content
POST
/
activeviam
/
content
/
rest
/
v7
/
bulk
/
delete
A specialized version of the DELETE method that deletes atomically all the given entries.
curl --request POST \
  --url http://localhost:9090/activeviam/content/rest/v7/bulk/delete \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

throwNotFoundParam
enum<string>
default:true
required

When set to False, the "Not Found" errors are silently ignored.

Available options:
false,
true
throwNotFound
string
default:true

Body

application/json

Serialized JSON parameter containing the entries to delete.

Response

Delete all the found entries.