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>"
]
}
'{}Removes the specified tags from a 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>"
]
}
'{}CustomerEmployee)EndUser)Wallets:Tags:Delete: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
1List of tags.
10Wallet Tag.
^[a-zA-Z0-9_.:/+-]{1,100}$Success
The response is of type object.
Was this page helpful?