Delete an event.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X DELETE \ https://api-prod.surfsight.net/v2/devices/:imei/events/:eventId \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "eventId": 3,
- "time": "2020-01-01T14:48:00.000Z"
}
}