Delete image tag
Images
Delete image tag
deprecated
Delete a specific tag by its key from an image.
Use PATCH /v1/images/// instead
DELETE
Delete image tag
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
7
Image ID
Example:
"8cab6f28-09ca-4201-b3f7-23c7893f4bd6"
Query Parameters
Tag key to filter by
Required string length:
1 - 255Pattern:
^[^\s=]+$Example:
"cost-center"
Response
204
No Content