Project
Delete a checkout key
Deletes the checkout key via md5 or sha256 fingerprint. sha256 keys should be url-encoded.
delete/project/{project-slug}/checkout-key/{fingerprint}
Path parameters
project-slugstring required
Project slug in the form vcs-slug/org-name/repo-name. The / characters may be URL-escaped. For projects that use GitLab or GitHub App, use circleci as the vcs-slug, replace org-name with the organization ID (found in Organization Settings), and replace repo-name with the project ID (found in Project Settings).
fingerprintstring required
An SSH key fingerprint.
Response
A confirmation message.