Remove ContactList - tsubotitsch/Brevo GitHub Wiki
Removes a contact list by its ID.
Remove-ContactList [-listId] <Int32> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Remove-ContactList function deletes a contact list identified by its unique ID. It sends a DELETE request to the specified URI endpoint.
Remove-ContactList -listId 12345
This command deletes the contact list with the ID 12345.
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
{{ 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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.