zendesk-messaging-client
    Preparing search index...

    Type Alias DeleteAttachmentData

    type DeleteAttachmentData = {
        body: AttachmentDeleteBody;
        path: { appId: string };
        query?: never;
        url: "/v2/apps/{appId}/attachments/remove";
    }
    Index

    Properties

    Properties

    path: { appId: string }

    Type declaration

    • appId: string

      Identifies the app.

    query?: never
    url: "/v2/apps/{appId}/attachments/remove"