---
title: "Delete contact handle"
method: DELETE
path: "/contacts/{contact_id}/handles"
tags: ["Contact Handles"]
---

# Delete contact handle

`DELETE /contacts/{contact_id}/handles`

Remove a handle from a contact.

Required scope: `contacts:write`

## Path parameters

- `contact_id` string, required

## Request body

- DeleteContactHandle
  - `handle` string, required — Handle used to reach the contact.
  - `source` 'twitter' | 'email' | 'phone' | 'facebook' | 'intercom' | 'front_chat' | 'custom', required — Source of the handle. Can be `email`, `phone`, `twitter`, `facebook`, `intercom`, `front_chat`, or `custom`.
  - `force` boolean — Force the deletetion of the contact if the handle is the last one

## Response `204`

No content

---

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