Skip to main content

Delete proof schema

Deletes a proof schema from the system.

Function

deleteProofSchema(
proofSchemaId: ProofSchema["id"]
): Promise<void>

Parameter

  • proofSchemaId - UUID of the proof schema to be deleted.

Return value

No value is returned on a successful call.