> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# unfreeze a virtual wallet

> This endpoint enables an organization unfreeze a virtual wallet

# Unfreeze a virtual wallet

<ParamField body="orgId" type="string" required>
  **Example:** "3fa85f64-5717-4562-b3fc-2c963f66afa6"
</ParamField>

<ParamField body="walletId" type="string" required>
  **Example:** "3fa85f64-5717-4562-b3fc-2c963f66afa6"
</ParamField>

<ParamField body="reason" type="string" required>
  **Example:** "checks done"
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "statusCode": 200,
      "status": "success",
      "message": "Unfreezing of Org Virtual Wallet is successful"
    },
  }
  ```
</ResponseExample>
