---
title: "Delete campaign goal"
method: DELETE
path: "/campaigns/{campaignId}/goals/{goalId}"
tags: ["Campaigns"]
---

# Delete campaign goal

`DELETE /campaigns/{campaignId}/goals/{goalId}`

Permanently removes a conversion goal from the campaign.

## Path parameters

- `campaignId` string, required
- `goalId` string, required

## Response `200`

Campaign goal deleted successfully

- object
  - `success` boolean
  - `goalId` string

## Other responses

- `404` — Campaign goal not found
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-26** `11b6d27ba1de` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/campaigns/:campaignId/goals/:goalId/delete.md)

---

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