Delete Contact-Tag Link

Delete (unlink) a contact-tag association by its link ID.
DELETE
/v2/tag/contacts
Query Parameters
id uuid

Required

The contact–tag link ID to delete.

Request Body
cURl example
curl -X DELETE 'https://lunarsend.com/api/v2/tag/contacts?id=fac6c552-16ae-496e-8bf7-b3093ddb84fe' \
  -H 'x-api-key: $LUNARSEND_API_KEY' \
  -H 'Accept: application/json'
Response
[
  {
    "status": "success",
    "id": "fac6c552-16ae-496e-8bf7-b3093ddb84fe"
  }
]