---
title: "Delete an allowed payer (TPV)"
method: DELETE
path: "/virtual_accounts/{va_id}/allowed_payers/{id}"
tags: ["Virtual Accounts"]
---

# Delete an allowed payer (TPV)

`DELETE /virtual_accounts/{va_id}/allowed_payers/{id}`

Remove a payer from the whitelist of a virtual account (Smart Collect TPV). The payer will no longer be able to make payments to this virtual account.

## Path parameters

- `va_id` string, required
- `id` string, required

## Response `200`

Allowed payer removed.

- object — Empty object on success.

## Other responses

- `401` — Authentication failed. Invalid or missing API key credentials.
- `404` — Resource not found.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.

---

[API](https://skmtc.dev/curlec/apis/razorpay-api.md) · [All operations](https://skmtc.dev/curlec/apis/razorpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/curlec/razorpay-api/revisions/824ca9e6faef/schema)
