Skip to main content
DELETE
/
api
/
jobs
/
v1
/
goals
/
{goalId}
Unlink goal from job
curl --request DELETE \
  --url https://api.example.com/api/jobs/v1/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

goalId
string
required

Id of goal to remove

Query Parameters

jobId
string
required

Id of job to remove goal from

Response

Success

metadata
object
required
success
boolean
required