< Back

Remove-KBFSubTask

Thu Jan 16, 2020 10:06 am

NAME Remove-KBFSubTask



SYNOPSIS

Delete a subtask by name or id





SYNTAX

Remove-KBFSubTask -ApiToken <String> -taskId <String> -ByName <String> [<CommonParameters>]



Remove-KBFSubTask -ApiToken <String> -taskId <String> -ByIndex <Int32> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiToken <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-taskId <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ByName <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ByIndex <Int32>



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS