---
title: "Deletes an accounting contact"
method: DELETE
path: "/AccountingContact/{accountingContactId}"
tags: ["AccountingContact"]
---

# Deletes an accounting contact

`DELETE /AccountingContact/{accountingContactId}`

Attention, deleting an existing AccountingContact can lead to **booking errors**, especially in the **DATEV export**.
Compatibility of sevdesk with DATEV is no longer guaranteed.

## Path parameters

- `accountingContactId` integer, required

## Response `200`

Successful operation - accounting contact deleted

- object
  - `objects` unknown[]
    - unknown

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `409` — Conflict
- `500` — Server Error

---

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