Remove ContactList - tsubotitsch/Brevo GitHub Wiki

Remove-ContactList

SYNOPSIS

Removes a contact list by its ID.

SYNTAX

Remove-ContactList [-listId] <Int32> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The Remove-ContactList function deletes a contact list identified by its unique ID. It sends a DELETE request to the specified URI endpoint.

EXAMPLES

EXAMPLE 1

Remove-ContactList -listId 12345
This command deletes the contact list with the ID 12345.

PARAMETERS

-listId

The ID of the contact list to delete. This parameter is mandatory.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️