• JMap.Application.Annotation.deleteByIds

    Deletes the annotations for the given ids.

    Parameters

    • annotationIds: string[]

      an array of annotation id

    Returns void

    Throws

    if an annotation array is empty or an annotation is not found for the given ids.

    Example

    // Delete two annotations
    JMap.Application.Annotation.deleteByIds([
    "d68385b01be3c241c7b6298b2788839d",
    "98ef8ad4476f0e6fa26be416d58d0734"
    ])