Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/webhooks/apps/{app_slug}/deliveries/replay/{task_id}/cancel \ --header 'Authorization: <api-key>'
{ "status": "cancelled", "message": "Replay task cancellation requested" }
Cancel an ongoing replay task
API key authentication (format: Bearer {api_key})
Webhook app name
Replay task ID
Task cancelled
"cancelled"
"Replay task cancellation requested"
Was this page helpful?