Deletes events with the given ids. A maximum of 1000 events can be deleted per request.
This endpoint is a subject of the new throttling schema (limited request rate and concurrency). Please check Events resource description for more information.
Empty response.
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
client.events.delete(id=[1,2,3], external_id="3")
{ }