AurionAI Docs

Booking Link Cleanup

Soft-delete booking links that have passed their expires_at. Issue #517. Runs daily to prevent stale expired links from accumulating in the database and in agents' booking link lists. Auth: INTERNAL_API_SECRET env var.

POST
/api/sync/booking-link-cleanup

Soft-delete booking links that have passed their expires_at.

Issue #517. Runs daily to prevent stale expired links from accumulating in the database and in agents' booking link lists.

Auth: INTERNAL_API_SECRET env var.

Response Body

application/json

curl -X POST "https://loading/api/sync/booking-link-cleanup"
{
  "results": {},
  "status": "completed"
}