cURL
curl --request POST \ --url https://api.example.com/objs/{object_id}/versions/{digest}/tags/remove \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "tags": [ "<string>" ] } '
{}
Remove tags from an object version.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Request body for adding/removing tags (object_id and digest come from path).
"entity/project"
["production", "reviewed"]
Successful Response
The response is of type ObjRemoveTagsRes · object.
ObjRemoveTagsRes · object
Was this page helpful?