DeleteTwinDocumentRequest: {
    documentName: string;
    region?: Region;
    twinId: string;
}

Type declaration

  • documentName: string

    Name of the document.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • twinId: string

    Twin ID.