Skip to main content
DELETE
/
api
/
jobs
/
v1
/
jobs
/
{jobId}
/
tags
/
{tagId}
Remove a tag from a Job
curl --request DELETE \
  --url https://api.example.com/api/jobs/v1/jobs/{jobId}/tags/{tagId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  },
  "success": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

jobId
string
required

Id of job to remove tag from

tagId
string
required

Id of tag to remove

Query Parameters

projectId
string
required

Id of project that tag belongs to

Response

Success

metadata
object
required
success
boolean
required