inaturalistjs
    Preparing search index...

    Type Alias DeleteAnnotationsByIdData

    type DeleteAnnotationsByIdData = {
        body?: never;
        path: { id: string };
        query?: never;
        url: "/annotations/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      ID or UUID of the annotation

    query?: never
    url: "/annotations/{id}"