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