Delete attestations by subject digest
DELETE
/users/{username}/attestations/digest/{subject_digest} https://api.github.com
Delete an artifact attestation by subject digest.
Parameters
path Path Parameters
| Name | Type |
|---|---|
username
required
The handle for the GitHub user account. | string |
subject_digest
required
Subject Digest | string |
Responses
200
Response
unknown
204
Response
unknown
Client Errors
404 application/json
Resource not found
interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}