interface DeleteTelegrafsIDOwnersIDRequest {
    telegrafID: string;
    userID: string;
}

Properties

Properties

telegrafID: string

The Telegraf config ID.

userID: string

The ID of the owner to remove.

MMNEPVFCICPMFPCPTTAAATR