Events
Delete Event
Soft-deletes an event definition. Existing event logs for this name are retained but no new logs can be recorded against it.
DELETE
Soft-deletes an event definition. Existing event logs recorded for this name are retained for analytics, but no new events can be sent against it.
Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
Name of the event to delete.Example:
"order_completed"Response
Event deleted successfullyExample:
trueThe deleted event definition.