Skip to main content
DELETE
/
snapshots
/
{id}
/
tags
/
{name}
Delete snapshot tag
curl --request DELETE \
  --url https://api.example.com/snapshots/{id}/tags/{name}
{
  "message": "<string>"
}

Path Parameters

id
string
required

ID of snapshot to delete tag from

name
string
required

Tag name to delete from snapshot

Response

No Content