|
| 1 | +--- |
| 2 | +external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml |
| 3 | +online version: https://learn.microsoft.com/powershell/module/teams/Remove-CsSharedCallQueueHistoryTemplate |
| 4 | +applicable: Microsoft Teams |
| 5 | +title: Remove-CsSharedCallQueueHistoryTemplate |
| 6 | +schema: 2.0.0 |
| 7 | +manager: |
| 8 | +author: tomkau |
| 9 | +ms.author: tomkau |
| 10 | +ms.reviewer: williamlooney |
| 11 | +--- |
| 12 | + |
| 13 | +# Remove-CsSharedCallQueueHistoryTemplate |
| 14 | + |
| 15 | +## SYNTAX |
| 16 | + |
| 17 | +```powershell |
| 18 | +Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] |
| 19 | +``` |
| 20 | + |
| 21 | +## DESCRIPTION |
| 22 | +Use the Remove-CsSharedCallQueueHistoryTemplate cmdlet to delete a Shared Call Queue History template. If the template is currently assigned to a call queue, an error will be returned. |
| 23 | + |
| 24 | +> [!CAUTION] |
| 25 | +> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time. |
| 26 | +
|
| 27 | +## EXAMPLES |
| 28 | + |
| 29 | +### -------------------------- Example 1 -------------------------- |
| 30 | +``` |
| 31 | +Remove-CsSharedCallQueueHistoryTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01 |
| 32 | +``` |
| 33 | + |
| 34 | +This example deletes the Shared Call Queue History template with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Compliance Recording for Call Queue template exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error. |
| 35 | + |
| 36 | +## PARAMETERS |
| 37 | + |
| 38 | +### -Id |
| 39 | +The Id parameter is the unique identifier assigned to the Shared Call Queue History template. |
| 40 | + |
| 41 | +```yaml |
| 42 | +Type: System.String |
| 43 | +Parameter Sets: (All) |
| 44 | +Aliases: |
| 45 | +applicable: Microsoft Teams |
| 46 | + |
| 47 | +Required: False |
| 48 | +Position: Named |
| 49 | +Default value: None |
| 50 | +Accept pipeline input: False |
| 51 | +Accept wildcard characters: False |
| 52 | +``` |
| 53 | +
|
| 54 | +### CommonParameters |
| 55 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). |
| 56 | +
|
| 57 | +## INPUTS |
| 58 | +
|
| 59 | +### None |
| 60 | +
|
| 61 | +## OUTPUTS |
| 62 | +
|
| 63 | +### Microsoft.Rtc.Management.OAA.Models.AutoAttendant |
| 64 | +
|
| 65 | +## NOTES |
| 66 | +
|
| 67 | +## RELATED LINKS |
| 68 | +
|
| 69 | +[New-CsSharedCallQueueHistoryTemplate](./New-CsSharedCallQueueHistoryTemplate.md) |
| 70 | +
|
| 71 | +[Set-CsSharedCallQueueHistoryTemplate](./Set-CsSharedCallQueueHistoryTemplate.md) |
| 72 | +
|
| 73 | +[Get-CsSharedCallQueueHistoryTemplate](./Get-CsSharedCallQueueHistoryTemplate.md) |
| 74 | +
|
| 75 | +[Get-CsCallQueue](./Get-CsCallQueue.md) |
| 76 | +
|
| 77 | +[New-CsCallQueue](./New-CsCallQueue.md) |
| 78 | +
|
| 79 | +[Set-CsCallQueue](./Set-CsCallQueue.md) |
| 80 | +
|
| 81 | +[Remove-CsCallQueue](./Remove-CsCallQueue.md) |
| 82 | +
|
0 commit comments