---
title: "Delete attestations by ID"
method: DELETE
path: "/users/{username}/attestations/{attestation_id}"
tags: ["users"]
---

# Delete attestations by ID

`DELETE /users/{username}/attestations/{attestation_id}`

Delete an artifact attestation by unique ID that is associated with a repository owned by a user.

## Path parameters

- `username` string, required
- `attestation_id` integer, required

## Response `200`

Response

## Other responses

- `204` — Response
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
