> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/beneficiary/deactivate-beneficiary.md).

# Deactivate Beneficiary

## Method and URL

<mark style="color:green;">`PATCH`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/xb/beneficiary/:id

## Response

**Response Body**

```json
{
    "code": "00",
    "message": "Success",
    "data": {
        "uuid": "75bc3516-88b0-49b3-9e80-bcbd3f74b80d",
        "name": "Merci Beacou",
        "accountType": "Individual",
        "address": "Jl Singapore",
        "city": "Singapore",
        "postcode": "12345",
        "state": "Central Singapore",
        "countryCode": "SG",
        "identificationType": "Passport",
        "identificationNumber": "X123456",
        "accountNumber": "981237293",
        "bankName": "Bank Name",
        "bankCode": "789127",
        "contactCountryCode": "",
        "contactNumber": "",
        "email": "",
        "createdAt": "2024-11-04T05:52:01Z",
        "updatedAt": "2024-11-06T02:23:55.328629103Z",
        "deactivatedAt": "2024-11-06T02:23:55.328629103Z"
    }
}

```
