---
title: "Delete a rental record"
method: DELETE
path: "/rental-records/{rentalId}"
tags: ["rental records"]
---

# Delete a rental record

`DELETE /rental-records/{rentalId}`

Requires **rental_records:write** scope.

## Path parameters

- `rentalId` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden
- `404` — Unsuccessful Response - Resource Not Found

---

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