Webigail
    Preparing search index...

    Interface IZRestfulDelete

    A service that can be used to delete resources.

    interface IZRestfulDelete {
        delete(identification: string): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods