@squidcloud/client
    Preparing search index...

    Interface WebShortUrlDeleteRequest

    Request to delete a shortened URL.

    interface WebShortUrlDeleteRequest {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the shortened URL to delete.