Skip to main content
DELETE
/
clients
/
me
/
wallets
/
{walletId}
/
signing-share-pairs
/
{signingSharePairId}
Delete a signing share pair
curl --request DELETE \
  --url https://api.portalhq.io/api/v3/clients/me/wallets/{walletId}/signing-share-pairs/{signingSharePairId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Path Parameters

walletId
string
required

The unique identifier of the wallet.

signingSharePairId
string
required

The unique identifier of the signing share pair.

Response

Signing share pair deleted successfully