---
title: "Delete Contact by Identifier"
method: DELETE
path: "/contacts"
tags: ["Contacts"]
---

# Delete Contact by Identifier

`DELETE /contacts`

Deletes contacts by email or LinkedIn URL within a team and campaign.
This is a soft delete operation.

## Query parameters

- `TeamId` string, uuid, required
- `CampaignId` string, uuid, required
- `email` string, email
- `linkedin_url` string, uri

## Response `200`

Contacts deleted

- MessageResponse
  - `success` boolean
  - `request_id` string
  - `message` string

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key

---

[API](https://skmtc.dev/supersend/apis/supersend-api.md) · [All operations](https://skmtc.dev/supersend/apis/supersend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supersend/supersend-api/revisions/f0cbeaa12643/schema)
