Track event methods
This topic describes the DELETE method for tracking events in the Optimizely Profile Store API.
Track events are used for storing data from visitor interactions.
Delete api/v1.0/trackingevents/{scope}/{id}
- Deletes a tracking event for the given scope and tracking event Id.
- Returns:
- HTTP 200 OK when a tracking event was deleted.
- HTTP 404 NOT FOUND if tracking event does not exist.
- HTTP 500 INTERNAL SERVER ERROR when an internal error occured in the deletion process.
Note
If you experience a HTTP 500 error you can retry the operation again to get a successful response.
Updated almost 3 years ago