@squidcloud/client
    Preparing search index...

    Interface WebShortUrlBulkDeleteRequest

    Request to delete a shortened URL.

    interface WebShortUrlBulkDeleteRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    The IDs of the shortened URLs to delete.