cURL
curl --request DELETE \ --url https://api.example.com/api/Documents/Delete/Bulk \ --header 'Content-Type: application/json' \ --data '[ 123 ]'
OK
Was this page helpful?