Skip to main content
DELETE
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
tags
Remove Customer Tags
curl --request DELETE \
  --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/tags \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "tags": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Remove Customer Tags

Use this endpoint to remove one or more tags from the specified customer.
Security: Requires apikey and secretkey headers.
Channel Merging Available
If your system uses different customer IDs across multiple channels (e.g., online and offline), Gameball’s channel merging feature helps unify customer profiles. By including the customer’s mobile number or email (based on your merging configuration) with each request, Gameball will combine activities into a single profile. For more details, see the Channel Merging Guide.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Body

application/json
tags
string
required

A comma-separated list of tags to apply or remove (e.g., 'gamer, highSpender').

Response

200 - application/json

Tags removed

success
boolean
message
string