---
title: "RevokeAllowance revokes any fee allowance of granter's account that has been granted to the grantee."
method: POST
path: "/cosmos.feegrant.v1beta1.Msg/RevokeAllowance"
tags: ["Msg"]
---

# RevokeAllowance revokes any fee allowance of granter's account that has been granted to the grantee.

`POST /cosmos.feegrant.v1beta1.Msg/RevokeAllowance`

## Request body

- object — MsgRevokeAllowance removes any existing Allowance from Granter to Grantee.
  - `granter` string — granter is the address of the user granting an allowance of their funds.
  - `grantee` string — grantee is the address of the user being granted an allowance of another user's funds.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/wardenprotocol/apis/http-api-console.md) · [All operations](https://skmtc.dev/wardenprotocol/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wardenprotocol/http-api-console/revisions/44399dd0ab35/schema)
