---
title: "Delete contact"
method: DELETE
path: "/api/{cloudId}/v1/users/contacts/{id}"
tags: ["Contacts"]
---

# Delete contact

`DELETE /api/{cloudId}/v1/users/contacts/{id}`

Delete a contact of a user.

## Path parameters

- `id` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `401` — Returned if the user is not authorized to do the operation.
- `404` — Returned if the user or contact with the identifier cannot be found.
- `422` — Returned if an field is not properly set.

---

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