Skip to main content
DELETE
Delete Event

Overview

This endpoint allows you to delete a previously created event from Cometly. Once deleted, the event data will be removed from your tracking and reporting. This endpoint implements idempotent delete behavior - attempting to delete an event that doesn’t exist will still return a success response (200).

Path Parameters

string
required
The unique identifier of the event to delete

Response

Success Response

number
HTTP status code (200)
string
Success message confirming the event was deleted

Error Response

string
Error description explaining what went wrong

Example Requests

Status Codes

Notes

  • Rate Limit: This endpoint has a limit of 60 requests per minute per Space. See Rate Limiting for details.
Deleting an event is permanent and cannot be undone. Make sure you have the correct event ID before deleting.