Skip to content

Files

Latest commit

 

History

History
41 lines (31 loc) · 921 Bytes

api-organization-deleteProxyCacheConfig.adoc

File metadata and controls

41 lines (31 loc) · 921 Bytes

deleteProxyCacheConfig

DELETE /api/v1/organization/{orgname}/proxycache

Authorizations: 

Path parameters

Type Name Description Schema

path

orgname
required

The name of the organization

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/organization/{orgname}/proxycache" \
  -H "Authorization: Bearer <access_token>"