Skip to main content
DELETE
Delete goal by ID

Delete Goal

Delete a goal by goalId. Works for all goal types (frequency_duration, opportunity, rating, or interval).

Path Parameters

  • goalId (required): The goal’s public identifier

Headers

Success Response (200)

Error Responses

400 - Validation Error

404 - Not Found

500 - Internal Server Error

Examples

cURL Example

JavaScript Example

Path Parameters

goalId
string
required

Response

Deleted goal successfully

success
boolean