usersDeleteAttestationsById
Delete attestations by ID
DELETE /users/{username}/attestations/{attestation_id} HTTP/1.1Parameters
{
"username": {
"description": "The handle for the GitHub user account.",
"required": true,
"location": "path",
"type": "string"
},
"attestation_id": {
"description": "Attestation ID",
"required": true,
"location": "path",
"type": "integer"
}
}