---
title: "Retry Webhook"
method: POST
path: "/api/v1/public/webhook-deliveries/{delivery_id}/retry"
tags: ["public", "Connected actions"]
---

# Retry Webhook

`POST /api/v1/public/webhook-deliveries/{delivery_id}/retry`

Queue one failed workspace webhook delivery for a safe retry.

## Path parameters

- `delivery_id` string, required

## Headers

- `Idempotency-Key` string, required

## Response `200`

Successful Response

- ConnectedActionResult
  - `action` string, required
  - `status` string, required
  - `changed` boolean, required
  - `message` string, required
  - `data` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
