Github API

Getting access, Developing, Testing

Back to Github

Delete a GPG key for the authenticated user

Removes a GPG key from the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least admin:gpg_key scope.

Input

type: object properties: parameters: type: object properties: gpg_key_id: type: integer description: The unique identifier of the GPG key. required: - gpg_key_id title: Parameters