---
api: 'Business API'
---

# Delete a payment from a payment draft

Delete a single payment from a payment draft. Other payments in the draft are unaffected.

:::note
You can delete payments from drafts created with the API or via the Revolut Business app.
:::

For more information, see the guides: [Payment drafts](https://developer.revolut.com/docs/guides/manage-accounts/transfers/payment-drafts).

## Endpoint

DELETE `/payment-drafts/{payment_draft_id}/payments/{payment_id}`

## Parameters

### path parameters

- `payment_draft_id` (string, required)
  The ID of the payment draft that contains the payment.

- `payment_id` (string, required)
  The ID of the payment to delete.

## Returns

### 204

The payment was successfully removed from the draft

## Error responses

| HTTP status code | Description |
| --- | --- |
| 404 | The specified payment draft or payment was not found. |
| 422 | Unprocessable Entity  Returned when the payment draft cannot be modified. |
