---
title: "Delete contact"
method: DELETE
path: "/contacts/{contact}"
tags: ["Contacts"]
---

# Delete contact

`DELETE /contacts/{contact}`

REQUIRED SCOPES <code>['contacts:write']</code><br> This endpoint deletes one or more existing contacts from a user’s contact block.<br><br>If a contact with the same id interacts with the current user again, the contact will be added back into the user’s interface.

## Path parameters

- `contact` string, required

## Response `200`

OK

- string[]

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
