Delete attestations by ID
DELETE
/users/{username}/attestations/{attestation_id} https://api.github.com
Delete an artifact attestation by unique ID that is associated with a repository owned by a user.
Parameters
path Path Parameters
| Name | Type |
|---|---|
username
required
The handle for the GitHub user account. | string |
attestation_id
required
Attestation ID | number |
Responses
200
Response
unknown
204
Response
unknown
Client Errors
403 application/json
Forbidden
interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}
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;
}