Skip to main content

Delete credential schema

Deletes a credential schema from the system.

Function

deleteCredentialSchema(credentialSchemaId: CredentialSchema["id"]): Promise<void>

Parameter

  • credentialSchemaId - UUID of the credential schema to be deleted.

Return value

No value is returned on a successful call.