Delete an event

View as Markdown
Deletes a usage event by creating a new deletion event that links back to the original event. Requires valid authentication. Reach out to your account manager if you would like to participate in the Beta for the new Usage API.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idempotencyKeystringRequiredformat: "uuid"
Event key of the event that should be deleted

Response

Event deleted successfully
successbooleanOptional
Indicates if the operation was successful
messagestringOptional

Human-readable message about the operation result

dataobjectOptional
Event data wrapper

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error