---
title: "CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation and delegate back to previous validator."
method: POST
path: "/cosmos.staking.v1beta1.Msg/CancelUnbondingDelegation"
tags: ["Msg"]
---

# CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation and delegate back to previous validator.

`POST /cosmos.staking.v1beta1.Msg/CancelUnbondingDelegation`

Since: cosmos-sdk 0.46

## Request body

- object — Since: cosmos-sdk 0.46
  - `delegator_address` string
  - `validator_address` string
  - `amount` object — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string
  - `creation_height` string, int64 — creation_height is the height which the unbonding took place.

## 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)
