• Delete a credential from storage.

    This function deletes a credential and its corresponding device key from the storage. It is idempotent, meaning calls to delete credentials that do not exist will not return an error.

    Parameters

    • credentialId: string

      The ID of the credential to delete.

    Returns Promise<void>

Generated using TypeDoc