• Deletes a SDM record from the store.

    Example

    import { Sdm } from '@showpad/experience-app-sdk'


    await Sdm.deleteRecord('<sdmStoreId>', '<sdmRecordId>', '<authentication>')

    Parameters

    • sdmStoreId: string
    • sdmRecordId: string
    • authentication: AxiosInstance

    Returns Promise<void>

Generated using TypeDoc