Bulk-replay a subscription's failed deliveries
Re-enqueue the most-recent failed deliveries for one destination in a single call — the one-click bulk analogue of POST /api/v1/cdp/deliveries/{id}/retry. Run it after fixing a destination outage, endpoint or credential to drain that subscription’s dead-letter backlog. max_deliveries caps how many are replayed (default 50, hard-clamped at 200) and since optionally limits the replay to failures on/after a timestamp. Payloads re-dispatch through the same signed path as live traffic; a delivery whose payload was truncated beyond recovery is skipped rather than replayed with a stub. Returns 404 when the id does not resolve within the tenant. Owner / admin / developer only, and the replay is audit-logged with the replayed/skipped counts.
Authorizations
Dashboard JWT token from Clerk