Skip to main content
DELETE
/
api
/
Documents
/
Delete
/
Bulk
Delete documents.
curl --request DELETE \
  --url https://api.example.com/api/Documents/Delete/Bulk \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Body

application/json

Response

200

OK