Delete Contact

Delete a contact by ID.
DELETE
/v2/contacts
Query Parameters
id uuid

Required

The contact ID to delete.

Request Body
cURl example
curl -X DELETE 'https://lunarsend.com/api/v2/contacts?id=003822b9-cfde-43d7-ae41-c36bf6bdebbc' \
  -H 'x-api-key: $LUNARSEND_API_KEY' \
  -H 'Accept: application/json'
Response
[
  {
    "id": "003822b9-cfde-43d7-ae41-c36bf6bdebbc",
    "status": "success"
  }
]