Scope required: tags.write
This endpoint allows for bulk deletion of tags
Parameters
User IDs (500 max per request)
Response
curl https://api.thanxsandbox.com/partner/tags \
-X DELETE \
-H 'X-ClientId: {client_id}' \
-H 'Accept-Version: v4.0' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {access_token}' \
-d '{
"merchant_id": "weroifs",
"user_ids": [
"wroeiu2304hfwf",
"73bf1f46769dwr"
],
"key": "allergens"
}'