Skip to content

Files

Latest commit

 

History

History
45 lines (31 loc) · 869 Bytes

api-superuser-deleteServiceKey.adoc

File metadata and controls

45 lines (31 loc) · 869 Bytes

deleteServiceKey

DELETE /api/v1/superuser/keys/{kid}

Authorizations: oauth2_implicit (super:user)

Path parameters

Type Name Description Schema

path

kid
required

The unique identifier for a service key

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>" \
  "https://<quay_server>/api/v1/superuser/keys/<kid>"