Authorizations
Body
application/json
Unlink NFTs of a specific member of a specific activation from another activation
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>"
]
}'{}Was this page helpful?
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>"
]
}'{}