DELETE
/
partner
/
tags
curl https://api.thanxsandbox.com/partner/tags \
  -X DELETE \
  $AUTH_HEADERS
  -d '{
    "merchant_id": "weroifs",
    "user_ids": [
      "wroeiu2304hfwf",
      "73bf1f46769dwr"
    ],
    "key": "allergens"
  }'
{}

Scope required: tags.write

This endpoint allows for bulk deletion of tags

Parameters

merchant_id
string
required

Merchant ID

user_ids
array<string>
required

User IDs (500 max per request)

key
string
required

Tag Key

Response

curl https://api.thanxsandbox.com/partner/tags \
  -X DELETE \
  $AUTH_HEADERS
  -d '{
    "merchant_id": "weroifs",
    "user_ids": [
      "wroeiu2304hfwf",
      "73bf1f46769dwr"
    ],
    "key": "allergens"
  }'
{}