Remove one or more tags from one or more contacts (phone numbers) within a specific contact list. The API queues a background job to process the tag removals.
Method: POST
URL: https://business.me-mate.net/api/betav3/tagmanage/tag/removeTagFromContacts
X-Requested-With: XMLHttpRequestapi_key (required): pass as a variable using {{api_key}}.
api_key as a collection/environment variable in Postman.Content-Type: JSON (raw)
api_key (string, required): API key used to authorize the request.
contacts (array, required): One or more contact-list batches to process.
contactListId (string, required): Identifier of the contact list containing the contacts.
numbers (array of strings, required): Phone numbers to remove tags from.
tagRemove (array of integers, required): Tag IDs to remove from the specified numbers.
tagRemove are tag IDs (not tag names).status (boolean): Indicates whether the request was accepted.
msg (string): Human-readable message.
queued_jobs (number): How many jobs were queued for processing.
skipped_items (number): How many items were skipped.
4xx: Invalid/missing api_key, invalid request body (missing/incorrect fields), invalid contact list or numbers.
5xx: Server-side error while accepting/queuing the job.