Delete Tag

Delete a tag by ID.
DELETE
/v2/tags
Query Parameters
id uuid

Required

The tag ID to delete.

Request Body
cURl example
curl -X DELETE 'https://lunarsend.com/api/v2/tags?id=7b2b6f49-1a4a-4a1a-9b3a-7f2a7a0b7a11' \
  -H 'x-api-key: $LUNARSEND_API_KEY' \
  -H 'Accept: application/json'
Response
[
  {
    "id": "7b2b6f49-1a4a-4a1a-9b3a-7f2a7a0b7a11",
    "status": "success"
  }
]