---
title: "Cancel a wallet share"
method: DELETE
path: "/api/v2/{coin}/walletshare/{shareId}"
tags: ["Wallet"]
---

# Cancel a wallet share

`DELETE /api/v2/{coin}/walletshare/{shareId}`

Cancels a pending outgoing wallet share, or rejects an incoming share.
The share must not have been accepted yet.

## Path parameters

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `shareId` string, required

## Response `200`

OK

- UpdateWalletShareResponse
  - `state` 'pendingapproval' | 'active' | 'accepted' | 'canceled' | 'rejected', required — The state of wallet share object
  - `changed` boolean, required — Whether the wallet share was changed

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
