Skip to main content

Documentation Index

Fetch the complete documentation index at: https://code.storage/docs/llms.txt

Use this file to discover all available pages before exploring further.

const result = await repo.deleteTag({
  name: "v1.0.0",
});

console.log(result.message);
Tag names must not start with refs/ — the SDK handles ref resolution automatically.

Options

name
string
required
Tag name to delete (e.g. v1.0.0). Must not start with refs/.

Response

name
string
The deleted tag name
message
string
Confirmation message from the API