Search + K

Command Palette

Search for a command to run...

Sign In

Delete attestations in bulk

POST /users/{username}/attestations/delete-request
Copy endpoint
https://api.github.com

Delete artifact attestations in bulk by either subject digests or unique ID.

Parameters

path Path Parameters

Name Type
username required

The handle for the GitHub user account.

string

Request Body

application/json required
{ subject_digests: string[]; } | { attestation_ids: number[]; }

Responses

200

Response

unknown

Client Errors

404 application/json

Resource not found

interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}