---
title: "Delete a recurring expense"
method: DELETE
path: "/api/recurring-expenses/{id}/"
tags: ["Recurring Expenses"]
---

# Delete a recurring expense

`DELETE /api/recurring-expenses/{id}/`

Delete a specific recurring expense from your Belvo account.

## Path parameters

- `id` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `428` — MFA Token Required
- `500` — Unexpected Error

---

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