Delete Media AutoDelete Settings For Channel

/action/v2/deletemediaautodeletesettingsforchannel

This action, as its name implies, updates the Media auto-delete settings for a channel.
NOTE: The deletion of media via `auto-delete` removes the media from our system and must not be confused with setting a media's status to trashed, which still leaves the media item in our system.

It requires that the user is logged in and must have permissions to the action.

The action redirects the user back to the projectsettings page.

Example

<a href="/action/deletemediaautodeletesettingsforchannel?vid={$$selectedVHost}&channelid={$$channel.id}"><font color="red">Delete</font></a>

Supported params

Name Required Description
vid Required The id of the vhost (application)
channelid Required The id of the channel for which to delete the media auto-delete settings (meaning: set them back to zero).

See also