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