---
title: "Replay a delivery"
method: POST
path: "/v1/webhooks/deliveries/{id}/redeliver"
tags: ["Webhooks"]
---

# Replay a delivery

`POST /v1/webhooks/deliveries/{id}/redeliver`

Re-queue a settled (delivered or dead_letter) delivery, scoped to your own endpoint. Replays reuse the same X-Totalis-Event-Id.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `owner_kind` 'user' | 'mm'

## Response `200`

OK

- object
  - `data` object
    - `requeued` boolean

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/totalistrading/apis/totalis-rfq-api.md) · [All operations](https://skmtc.net/totalistrading/apis/totalis-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalistrading/totalis-rfq-api/revisions/b0adb9a590b4/schema)
