# Requests cancellation of a pending payout. Only payouts not yet processed can be cancelled. Completed or failed payouts cannot be cancelled. Endpoint: POST /v1/payouts/{PayoutUniqueReference}/cancel Security: Bearer ## Path parameters: - `PayoutUniqueReference` (string, required) Unique identifier of the payout to cancel. ## Response 200 fields (text/plain): - `payoutUniqueReference` (string,null) - `message` (string,null) ## Response 400 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)