@squidcloud/client
    Preparing search index...

    Interface WebShortUrlDeleteRequest

    Request to delete a shortened URL.

    interface WebShortUrlDeleteRequest {
        appId: string;
        id: string;
    }
    Index

    Properties

    Properties

    appId: string

    The application ID that owns the shortened URL.

    id: string

    The ID of the shortened URL to delete.