---
title: "Force retry event delivery"
method: POST
path: "/v1/projects/{projectID}/eventdeliveries/forceresend"
tags: ["Event Deliveries"]
---

# Force retry event delivery

`POST /v1/projects/{projectID}/eventdeliveries/forceresend`

This endpoint enables you retry a previously successful event delivery

## Path parameters

- `projectID` string, required

## Request body

- ModelsIDs
  - `ids` string[] — A list of event delivery IDs to forcefully resend.

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` HandlersStub, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-07-20** (v3) `bae289777c91` — 8 breaking, 4 info
  - the response property `allOf[subschema #2]/data` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data` became nullable for the status `400`
  - the response property `allOf[subschema #2]/data` became nullable for the status `401`
  - the response property `allOf[subschema #2]/data` became nullable for the status `404`
  - …8 more
- **2024-03-26** (v3) `28d285e4302c` — 4 warning, 1 info
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `400` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `401` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `404` status
  - …1 more
- **2024-01-16** (v3) `34f70fff2a10` — 1 breaking, 1 warning, 1 info
  - the request's body type changed from no type to `object`
  - removed `#/components/schemas/handlers.Stub, subschema #2` from the request body `allOf` list
  - added the new optional request property `ids`
- …earlier changes not shown

[Full history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/eventdeliveries/forceresend/post.md)

---

[API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/getconvoy/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getconvoy/convoy-api-reference/revisions/df004d06c6c2/schema)
