---
title: "DELETE /v1/contact"
method: DELETE
path: "/v1/contact"
tags: ["CRM"]
---

# DELETE /v1/contact

`DELETE /v1/contact`

Delete any PII assocated with a case contact

## Headers

- `X-Hub-Signature-256` string, required

## Request body

- DeleteContactsRequest
  - `contacts` CrmContact[], required — Contacts to remove
    - `id` string, required
  - `metadata` CRMMetadata, required
    - `id` string, crm-id, required — CRM integration ID
    - `instanceUrl` string, uri, required — The instance URL provided by the customer
    - `sharedKey` SharedKey, required
      - `key` string, byte, required — base64-encoded shared secret that is GCM-AES256-encrypted using `nonce` and application shared key
      - `nonce` string, byte, required — base64-encoded nonce value
    - `expiresAt` string, date-time, required — Expiry time for the request

## Response `204`

Contact PII removed successfully

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/hootsuite/apis/hootsuite-apps-api.md) · [All operations](https://skmtc.net/hootsuite/apis/hootsuite-apps-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hootsuite/hootsuite-apps-api/versions/015e2672e012/schema)
