Remove-CsOnlineAudioFile
Marks an audio file of application type TenantGlobal for deletion and later removal (within 24 hours).
Syntax
Remove-CsOnlineAudioFile
-Identity <string>
[<CommonParameters>]
Description
This cmdlet marks an audio file of application type TenantGlobal for deletion and later removal.
Examples
Example 1
Remove-CsOnlineAudioFile -Identity dcfcc31daa9246f29d94d0a715ef877e
This cmdlet marks the audio file with Id dcfcc31daa9246f29d94d0a715ef877e for deletion and later removal.
Parameters
-Identity
The Id of the specific audio file that you would like to mark for deletion.
Type: | System.String |
Position: | named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object
Notes
Please note that using this cmdlet on other application types like OrgAutoAttendant and HuntGroup does not mark the audio file for deletion. These kinds of audio files will automatically be deleted, when
the corresponding Auto Attendant or Call Queue is deleted.
The cmdlet is available in Teams PS module 2.4.0-preview or later.