< Back
Remove-KBFTask
Post
NAME Remove-KBFTask
SYNOPSIS
Removes a task from a kanbanflow board
SYNTAX
Remove-KBFTask [-ApiToken] <String> [-_id] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-ApiToken <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-_id <String>
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$tasks | Remove-KBFTask -ApiToken $apiToken
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Remove-KBFTask -ApiToken $apiToken -Id $id
RELATED LINKS
SYNOPSIS
Removes a task from a kanbanflow board
SYNTAX
Remove-KBFTask [-ApiToken] <String> [-_id] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-ApiToken <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-_id <String>
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$tasks | Remove-KBFTask -ApiToken $apiToken
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Remove-KBFTask -ApiToken $apiToken -Id $id
RELATED LINKS