---
title: "Withdraw Payout"
method: DELETE
path: "/v3/payouts/{payoutId}"
tags: ["Withdraw Payout"]
---

# Withdraw Payout

`DELETE /v3/payouts/{payoutId}`

Withdraw Payout will delete payout details from payout service and rails services but will just move the status of the payout to WITHDRAWN in payment audit.

## Path parameters

- `payoutId` string, uuid, required

## Response `202`

HTTP 202 Accepted

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions
- `404` — Resource not found

## Changes

- **2020-01-28** `1b2abf26b5d6` — 5 info
  - api operation id `withdrawPayoutV3` removed and replaced with ``
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - …1 more
- **2019-11-27** `4052795ca58f` — 1 info
  - api operation id `withdrawPayoutV3` was added
- **2019-07-15** `ced8e167a97c` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `404`
  - api operation id `withdrawPayoutV3` removed and replaced with ``
  - api tag `Withdraw Payout` added
  - api tag `Payouts` removed
  - …3 more

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v3/payouts/:payoutId/delete.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/revisions/1b2abf26b5d6?raw)
