Skip to content

Files

Latest commit

b979fdd · Feb 27, 2025

History

History
44 lines (31 loc) · 950 Bytes

api-user-deleteStar.adoc

File metadata and controls

44 lines (31 loc) · 950 Bytes

deleteStar

DELETE /api/v1/user/starred/{repository}

Authorizations: oauth2_implicit (user: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 "https://quay-server.example.com/api/v1/user/starred/namespace/repository-name" \
  -H "Authorization: Bearer <your_access_token>"