@makehq/sdk
    Preparing search index...

    Type Alias DeleteHookIncomingsResult

    Result of deleting items from a webhook's queue.

    type DeleteHookIncomingsResult = {
        deletedIds: string[];
        error?: { message: string; name: string };
    }
    Index

    Properties

    Properties

    deletedIds: string[]

    IDs of the queue items that were actually deleted

    error?: { message: string; name: string }

    Present when some items could not be deleted because they were being processed

    Type declaration

    • message: string

      Description of the error

    • name: string

      Name of the error