Skip to content

Files

Latest commit

 

History

History
43 lines (30 loc) · 930 Bytes

api-repository-deleteRepository.adoc

File metadata and controls

43 lines (30 loc) · 930 Bytes

deleteRepository

DELETE /api/v1/repository/{repository}

Authorizations: oauth2_implicit (repo:admin)

Path parameters

Type Name Description Schema

path

repository
required

The full path of the repository. e.g. namespace/name

string

Responses

HTTP Code Description Schema

204

Deleted

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X DELETE   -H "Authorization: Bearer <bearer_token>" "<quay-server.example.com>/api/v1/repository/<namespace>/<repository_name>"