Events
Delete event
Previously deleted an event by its goal code. This endpoint is no longer available.
Permissions: Requires write access to the site (manage:{site_id}).
delete/sites/{site_id}/events/{event_id}
Path parameters
site_idstring required
Example:CDBUGS
The ID of the site. This is the same string you use in your tracking code. Example: CDBUGS
event_idstring required
Example:ABCDEFGH
The id (tracking code) of the event you wish to delete.
Changes
Changed in 1 of the 2 revisions of this API.14
- ▲
removed the success response with the status
200response-success-status-removed
- ○
endpoint deprecated
endpoint-deprecated
- ○
added the non-success response with the status
410response-non-success-status-added
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ▲