Open Context Protocol is live! 🚀 Read the launch post
usersDeleteAttestationsById

usersDeleteAttestationsById

Delete attestations by ID

DELETE /users/{username}/attestations/{attestation_id} HTTP/1.1

Parameters

{
  "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"
  }
}