---
title: "Retry Delivery"
method: POST
path: "/v2/webhooks/retry/{delivery_nanoid}"
tags: ["B2B Webhooks"]
---

# Retry Delivery

`POST /v2/webhooks/retry/{delivery_nanoid}`

## Path parameters

- `delivery_nanoid` string, required

## Response `202`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `delivery_nanoid` string, required — Delivery that was queued for retry (existing row; a new delivery is created asynchronously).
    - `event_nanoid` string, required — Webhook event for this delivery; use with delivery history to group all attempts.
    - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/versions/6f6941749255/schema)
