Billable events
Delete billable events
Delete existing billable events.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Delete billable events payload
Available options:
record_ids
List of event record IDs to delete.
Available options:
record_ids
List of event record IDs to delete.
Available options:
customer_id
Customer ID for which the events will be deleted.
All events will be deleted.
Available options:
all
Response
200 - application/json
Events deleted
Number of events deleted
Example:
1
Was this page helpful?