---
title: "Delete a contact"
method: POST
path: "/api/contacts.delete"
---

# Delete a contact

`POST /api/contacts.delete`

Deletes a contact from the workspace by email address. This action is permanent and cannot be undone.

## Request body

- DeleteContactRequest
  - `workspace_id` string, required — The ID of the workspace
  - `email` string, email, required — Email address of the contact to delete

## Response `200`

Contact deleted successfully

- object
  - `success` boolean — Whether the deletion was successful

## Other responses

- `400` — Bad request - validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Contact not found
- `500` — Internal server error

## Changes

- **2025-08-24** `384ae1bf1437` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/contacts.delete/post.md)

---

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