@squidcloud/client
    Preparing search index...

    Interface WebShortUrlBulkDeleteRequest

    Request to delete a shortened URL.

    interface WebShortUrlBulkDeleteRequest {
        ids: string[];
    }
    Index
    ids: string[]

    The IDs of the shortened URLs to delete.