---
title: "Delete a single spending goal"
method: DELETE
path: "/spending-goals/{goalId}"
tags: ["spending goals"]
---

# Delete a single spending goal

`DELETE /spending-goals/{goalId}`

Requires **spending_goals:write:all** scope.

## Path parameters

- `goalId` string, uuid, required

## Response `204`

Successful Spending Goal Response

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `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)
