Delete proof schema
Deletes a proof schema from the system.
Function
- React Native
- iOS
- Android
deleteProofSchema(
proofSchemaId: ProofSchema["id"]
): Promise<void>
func deleteProofSchema(proofSchemaId: String) throws
fun `deleteProofSchema`(`proofSchemaId`: kotlin.String)
Parameter
proofSchemaId
- UUID of the proof schema to be deleted.
Return value
No value is returned on a successful call.