(v2) Delete Multiple Events

Permanently deletes multiple events in a single call. This action cannot be undone.

Note: Event IDs must be provided as strings, not integers (e.g. "12345" not 12345). Obtain event IDs from POST /api/v1/synchronise or POST /api/v1/eventsearch. To delete a single event, use POST /api/v1/deleteevent.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
eventIds
array of strings
required

Array of event IDs to delete

eventIds*
Headers
string
required

The current session token. Returned by most API calls and must be passed on all subsequent v2/v3 calls.

string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Response
200

Events deleted successfully

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!