@makehq/sdk
    Preparing search index...

    Class DataStores

    Class providing methods for working with Make data stores. Data stores allow storing and managing data within Make for use across scenarios. They function as simple databases for storing information between scenario runs.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Access to methods for working with records within data stores

    Methods

    • Delete a data store.

      Parameters

      • dataStoreId: number

        The data store ID to delete

      Returns Promise<void>

      Promise that resolves when the data store is deleted