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

# Delete contact

`DELETE /v1/contacts/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success, destroys the contact

## Other responses

- `401` — Unauthorized, Authorization header is missing or invalid
- `403` — Forbidden, insufficient permission to access the resource
- `422` — Unprocessable entity, contact has active Kajabi Payments subscriptions

---

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