Skip to content

Delete a Debian project distribution

DELETE
/api/v4/projects/{id}/debian_distributions/{codename}

Deletes a specified Debian project distribution for a project.

id
required
One of:
string

The ID or URL-encoded path of the project

codename
required
string
/(?:^(?:[0-9A-Za-z\u017F\u212A][\x2D.0-9A-Za-z\u017F\u212A]*)$)/

The Debian Codename

Example
sid
suite
string
nullable /(?:^(?:[0-9A-Za-z\u017F\u212A][\x2D.0-9A-Za-z\u017F\u212A]*)$)/

The Debian Suite

Example
unstable
origin
string
nullable /(?:^(?:[0-9A-Za-z\u017F\u212A][\x2D.0-9A-Za-z\u017F\u212A]*)$)/

The Debian Origin

Example
Grep
label
string
nullable /(?:^(?:[0-9A-Za-z\u017F\u212A][\x2D.0-9A-Za-z\u017F\u212A]*)$)/

The Debian Label

Example
grep.be
version
string
nullable /(?:^(?:(?:([0-9]{1,9}):)?([0-9][+.0-9A-Za-z~\u017F\u212A]*)(-[+.0-9A-Za-z~\u017F\u212A]+){0,14}(?<!-))$)/

The Debian Version

Example
12
description
string
nullable

The Debian Description

Example
My description
valid_time_duration_seconds
integer
nullable

The duration before the Release file should be considered expired by the client

Example
604800
components
Array<string>
nullable

The list of Components

Example
?components=main
architectures
Array<string>
nullable

The list of Architectures

Example
?architectures=amd64

Accepted

Bad Request

Unauthorized

Forbidden

Not Found