---
title: "Delete reconciling source"
method: DELETE
path: "/reconcilingsources/{companyId}/{customId}"
tags: ["ReconcilingSources"]
---

# Delete reconciling source

`DELETE /reconcilingsources/{companyId}/{customId}`

Deletes a reconciling source by `customId`. If `customId` does not match any reconciling source, no error is raised — the call still returns `200`.

## Path parameters

- `customId` string, required
- `companyId` string, required

## Response `200`

Successful Response

- ModifyReconcilingSourceResponseSchema
  - `id` string, required — Embat resource ID

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `404` — Not found. The requested resource or `companyId` does not exist.
- `422` — Validation Error

---

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