Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias DeleteApiV1CommandByIdData

    type DeleteApiV1CommandByIdData = {
        body?: never;
        path: { id: number };
        query?: never;
        url: "/api/v1/command/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: never
    url: "/api/v1/command/{id}"