interface DeleteOptionServerRequest {
    optionId: string;
    serverId: string;
    zone?: Zone;
}

Properties

optionId: string

ID of the option to delete.

serverId: string

ID of the server.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.