delete https://api.spearmint.xyz/projects//attestationSchema
Supported API key types: Secret
Description
Delete the project's attestation schema, specified by a projectId
. Regardless of whether the attestation schema exists or not, this endpoint will return a 204.
IMPORTANT: When the attestation schema is deleted, any entry that had custom attestation data set will retain it (you'll still be able to see them when using the get entry endpoint), but any future signatures served for those entries will serve the vanilla attestation without any attestation data. In other words, all existing attestation data will become obsolete.
Note that this does not apply to Merkle proofs, as the attestation schema and attestation data for each entry is frozen at the time of Merkle tree generation.
Response interface
{
error: {
message: string;
};
}