English
Delete multiple cases by their IDs
curl --request POST \ --url https://local.casebender.com:3000/api/cases/_bulk/delete \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "ids": [ "<string>" ] }'
{ "ids": [ "<string>" ] }