Skip to main content
DELETE
/
api
/
projects
/
v1
/
projects
/
{projectId}
/
goals
/
{goalId}
Delete a project goal
curl --request DELETE \
  --url https://api.example.com/api/projects/v1/projects/{projectId}/goals/{goalId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  },
  "success": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

ID of the project to delete goal from

goalId
string
required

ID of the goal to delete

Response

Success

metadata
object
required
success
boolean
required