Skip to main content
POST
/
v1
/
events
/
purge
Purge event triggers
curl --request POST \
  --url https://api.strait.dev/v1/events/purge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dry_run": true,
  "older_than_days": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.strait.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Body

application/json
dry_run
boolean
required
older_than_days
integer<int64>
required

Response

OK

{key}
any