Interface DeleteAttestationPayload

interface DeleteAttestationPayload {
    attestationId: string;
}

Properties

Properties

attestationId: string

The attestation ID. This is the ID that is given to the user to query the attestation. Anyone with the ID can query it, so keep this safe and secure.