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

# Delete a single savings goal

`DELETE /savings-goals/{goalId}`

Requires **savings_goals:write:all** scope.

## Path parameters

- `goalId` string, uuid, required

## Response `204`

Successful 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/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
