---
title: "Delete an expense check"
method: DELETE
path: "/risk/v1/expense-checks/{id}"
tags: ["Risk.Expense Check"]
---

# Delete an expense check

`DELETE /risk/v1/expense-checks/{id}`

Deletes an expense check by id.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- unknown

## Other responses

- `401` — Wrong scopes associated with the access token.
- `403` — The resource does not belong to subject associated with the access token.
- `404` — An expense check with the given id was not found.
- `default` — An unexpected error response.

---

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