---
title: "Delete Contact"
method: DELETE
path: "/practicepanther/contacts/{account_guid}"
tags: ["PracticePanther"]
---

# Delete Contact

`DELETE /practicepanther/contacts/{account_guid}`

Delete a contact from PracticePanther.
Note: PracticePanther doesn't have a direct delete-contact API. This is a placeholder.
Developer access required.

## Path parameters

- `account_guid` string, required

## Response `200`

Successful Response

- PracticePantherDeleteContactResponse — Response from deleting a contact
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
