POST
/
api
/
v1
/
realms
/
{realmId}
/
web3
/
members
/
{dripId}
/
nfts
/
unlink
curl --request POST \
  --url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/nfts/unlink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "activationIds": [
    "<string>"
  ]
}'
{}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
dripId
string
required

Body

application/json
activationIds
string[]

Optional array of generator activation IDs. If not provided, all activations will be unlinked.

Response

204
application/json
Default Response

The response is of type any.