Skip to content

Mark an artifact for deletion

DELETE
/repos/{owner}/{repo}/actions/artifacts/{artifact_id}

Marks the artifact for deletion. Storage space will be reclaimed asynchronously by a background job.

owner
required
string

Owner of the repo

repo
required
string

Name of the repo

artifact_id
required
integer format: int64

ID of the artifact

Artifact marked for deletion

APIError is error format response

APIError is an api error with a message

object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APIForbiddenError is a forbidden error response

object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APINotFound is a not found error response

object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}