Untag a list of customers

Untag a list of customers.

If a customer in the list does not have the specified tag applied, the customer is ignored. This is an asynchronous operation.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
tag
required
string^[@~\-\.\w\s]+$

Name of the tag.

Request Body schema: application/json
customerIds
required
Array of strings [ 1 .. 1000 ] items

List of customer IDs.

delete
/tags/{tag}/customers
Request samples
application/json
{ "customerIds": [ "string" ] }
Responses

204

Customers untagging process has been scheduled.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

422

Invalid data sent.

Response samples
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }