Remove-MediaType
  • 1 Minute to read
  • Dark
    Light
  • PDF

Remove-MediaType

  • Dark
    Light
  • PDF

Article summary

Summary

Deletes an existing media type.

Remove-MediaType
    -Id

Returns nothing.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe media type id.

Examples

Delete an existing media type

Remove-MediaType -Id 1

What's Next