Skip to main content
DELETE
/
wallets
/
{walletId}
/
tags
Untag Wallet
curl --request DELETE \
  --url https://api.dfns.io/wallets/{walletId}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-DFNS-USERACTION: <api-key>' \
  --data '{
  "tags": [
    "<string>"
  ]
}'
{}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Wallets:Tags:Delete: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Path Parameters

walletId
string
required
Minimum length: 1

Body

application/json
tags
string[]
required

List of tags.

Maximum length: 10

Wallet Tag.

Response

200 - application/json

Success

The response is of type object.

I