Tags

Remove tag from output image

By default (no ?version=) removes this tag assignment from EVERY version of the image slot, so add/remove stays unambiguous even though display only ever reflects one version's own tags. Pass ?version= to remove the tag from one specific version only. Idempotent either way.

DELETE
/jobs/{job_id}/outputs/{image_index}/tags/{tag_id}

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

job_id*string
image_index*integer
Formatint32
tag_id*string

Query Parameters

group_index?Group Index
Default0
version?|
Defaultnull

Response Body

application/json

curl -X DELETE "https://v2.api.piktid.com/jobs/string/outputs/0/tags/string"
Empty
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty
Empty