Deletes a SDM record from the store.
import { Sdm } from '@showpad/experience-app-sdk'await Sdm.deleteRecord('<sdmStoreId>', '<sdmRecordId>', '<authentication>') Copy
import { Sdm } from '@showpad/experience-app-sdk'await Sdm.deleteRecord('<sdmStoreId>', '<sdmRecordId>', '<authentication>')
Generated using TypeDoc
Deletes a SDM record from the store.
Example