Passer au contenu principal
DELETE
/
v1
/
events
Delete billable events
curl --request DELETE \
  --url https://ingest.hyperline.co/v1/events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "matching": "record_ids",
  "record_ids": [
    "<string>"
  ]
}
'
1

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corps

application/json

Delete billable events payload

matching
enum<string>
requis
Options disponibles:
record_ids
record_ids
string[]
requis

List of event record IDs to delete.

Maximum array length: 5000

Réponse

200 - application/json

Events deleted

Number of events deleted

Exemple:

1