delete https://e-{networkId}.adzerk.net/udb/{networkId}/interests
This REST endpoint removes multiple Interests to a specific UserKey via query params.
Responses
This REST endpoint removes multiple Interests to a specific UserKey via query params.
xxxxxxxxxx
curl -H "X-Adzerk-ApiKey: $ADZERK_API_KEY" \
-H "Content-Type: application/json" \
-X DELETE \
-d '["Biking", "Hiking"]' \
"https://e-23.adzerk.net/udb/23/interests?userKey=ue1-e397eb5990"