Edit

Share via


Remove-CsOnlineAudioFile

Marks an audio file of application type TenantGlobal for deletion and later removal (within 24 hours).

Syntax

Default (Default)

Remove-CsOnlineAudioFile
    -Identity <String>
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [<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

-HttpPipelinePrepend

{{ Fill HttpPipelinePrepend Description }}

Parameter properties

Type:

Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Runtime.SendAsyncStep[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

The Id of the specific audio file that you would like to mark for deletion.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

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.