Delete all contacts associated with one or more tag IDs (tag-wise deletion). This is a destructive operation and cannot be undone.
Method: POST
URL: https://business.me-mate.net/api/betav3/tagmanage/tag/deleteContactsTagWise/deleteAll
X-Requested-With: XMLHttpRequestIf your workspace/collection also requires
Content-Type: application/json, ensure it is set when sending JSON bodies.
This endpoint authenticates using an API key passed in the request body.
{{api_key}}Recommended: store api_key in a Postman Environment (rather than Globals) and select that environment before sending requests.
api_key (string, required): Your API key. In Postman, set this as {{api_key}}.
tags (array of numbers, required): List of tag IDs to delete contacts for.
Tag IDs must be valid numeric IDs that exist in your account.
This operation is destructive: it deletes tag-wise contact associations (and may delete contacts depending on backend behavior). Use with caution.
The response may report how many contacts/relations were affected (for example, deleted_contacts, deleted_relations).
Example response body:
Exact error payloads may vary, but common cases include:
400 Bad Request: Missing/invalid api_key or invalid tags payload.
401 Unauthorized / 403 Forbidden: API key invalid, expired, or lacks permission.
404 Not Found: Endpoint or resource not available.
429 Too Many Requests: Rate limit exceeded.
5xx Server Errors: Server-side failure while processing deletion.
api_key (required): API key used in the request body.Tip: Create/select an Environment and set:
api_key =