Skip to main content

attestations_bulk_deletes

Creates, updates, deletes, gets or lists an attestations_bulk_deletes resource.

Overview

Nameattestations_bulk_deletes
TypeResource
Idgithub.users.attestations_bulk_deletes

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
delete_attestations_bulkexecusername, subject_digests, attestation_idsDelete artifact attestations in bulk by either subject digests or unique ID.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
usernamestringThe handle for the GitHub user account.

Lifecycle Methods

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

EXEC github.users.attestations_bulk_deletes.delete_attestations_bulk 
@username='{{ username }}' --required
@@json=
'{
"subject_digests": "{{ subject_digests }}",
"attestation_ids": "{{ attestation_ids }}"
}'
;