---
title: "Delete signature shares on a transaction request."
method: DELETE
path: "/api/v2/wallet/{walletId}/txrequests/{id}/signatureshares"
tags: ["Transaction request"]
---

# Delete signature shares on a transaction request.

`DELETE /api/v2/wallet/{walletId}/txrequests/{id}/signatureshares`

Allows users to clear the signature shares on a transaction request. This will also set the state to pendingUserSignature. Use only with MPC wallets.

## Path parameters

- `walletId` string, required
- `id` string, required

## Response `200`

OK

- SignatureShare[]
  - `from` 'user' | 'backup' | 'bitgo', required
  - `to` 'user' | 'backup' | 'bitgo', required
  - `share` string, required — The signature share.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
