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

# Withdraw Payout

`DELETE /v3/payouts/{payoutId}`

Withdraw Payout will remove the payout details from the rails but the payout will still be accessible in payout service in WITHDRAWN status.

## 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` — The resource was not found or is no longer available

## Changes

- **2020-09-25** `dd71433847a6` — 4 breaking, 24 info
  - the `errors/items/` response's property type changed from no type to `object` for status `400`
  - the `errors/items/` response's property type changed from no type to `object` for status `401`
  - the `errors/items/` response's property type changed from no type to `object` for status `403`
  - the `errors/items/` response's property type changed from no type to `object` for status `404`
  - …24 more
- **2020-06-24** `aded220b0d7b` — 2 breaking, 3 info
  - the response's body type changed from `object` to no type for status `404`
  - the `errors/items/` response's property type changed from `object` to no type for status `404`
  - api operation id `withdrawPayoutV3` was added
  - api tag `Payout Service` added
  - …1 more
- **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/25a3d8f6e24a?raw)
