---
title: "Delete a fee"
method: DELETE
path: "/matters/{matterId}/fees/{id}"
tags: ["Fees"]
---

# Delete a fee

`DELETE /matters/{matterId}/fees/{id}`

Deletes a fee.

## Path parameters

- `id` string, required
- `matterId` string, required

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the fee to be deleted.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When fee with specified id is not associated with authenticated client.
- `404` — When fee with specified id does not exist.

---

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