---
title: "Reject a wallet reshare request"
method: POST
path: "/api/v2/wallet/{walletId}/rejectreshare"
tags: ["Wallet share"]
---

# Reject a wallet reshare request

`POST /api/v2/wallet/{walletId}/rejectreshare`

If a user requested a reshare, another admin on the wallet can use this endpoint to reject their reshare request.

## Path parameters

- `walletId` string, required

## Request body

- RejectReshare
  - `userId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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