---
title: "Re-deliver the webhook delivery items of an app"
method: POST
path: "/apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}/delivery-items/{webhook-delivery-item-slug}/redeliver"
tags: ["webhook-delivery-item"]
---

# Re-deliver the webhook delivery items of an app

`POST /apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}/delivery-items/{webhook-delivery-item-slug}/redeliver`

Re-deliver the delivery item of a specified webhook of a Bitrise application

## Path parameters

- `app-slug` string, required
- `app-webhook-slug` string, required
- `webhook-delivery-item-slug` string, required

## Response `200`

OK

- ServiceStandardErrorRespModel
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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