---
title: "Delete a goal"
method: DELETE
path: "/users/{user_guid}/goals/{goal_guid}"
tags: ["goals"]
---

# Delete a goal

`DELETE /users/{user_guid}/goals/{goal_guid}`

Delete a goal.

## Headers

- `Accept` string, required

## Response `204`

No content

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 1 breaking, 2 warning, 1 info
  - added the new required `header` request parameter `Accept`
  - deleted the `path` request parameter `goal_guid`
  - deleted the `path` request parameter `user_guid`
  - api operation id `deleteGoal` was added
- **2024-08-14** `471bc9021d67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/goals/:goal_guid/delete.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
