# Send a delivery again now

Source: https://docs.usetone.ai/reference/integrations/retryDelivery

> Re-sends immediately instead of waiting for the next backoff step.

`POST /v1/integrations/webhooks/deliveries/{id}/retry`
Re-sends immediately instead of waiting for the next backoff step. The event id is unchanged, so a correctly written consumer deduplicates it.

Requires the `write` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The webhook delivery's id. |

## Response



### Example response

```json
{
  "data": null
}
```
