---
title: "Delete existing goal"
method: DELETE
path: "/goals/{id}"
tags: ["Goals"]
---

# Delete existing goal

`DELETE /goals/{id}`

Marks a goal as deleted.

## Path parameters

- `id` string, required

## Response `200`

Successful response with id 'success' field only

- object
  - `success` boolean — If the request was successful or not

---

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