[Yandex Cloud documentation](../../../index.md) > [Yandex Cloud Video](../../index.md) > Video Player > Player presets > Deleting a preset

# Deleting a player preset

{% note warning %}

You cannot delete the default template. If you need it deleted, [select](set-default.md) a different template as the default first.

{% endnote %}

{% list tabs group=instructions %}

- Cloud Video UI {#console}

  1. Open the Cloud Video [home page](https://video.yandex.cloud/).
  1. Select a channel.
  1. On the ![image](../../../_assets/console-icons/gear-play.svg) **Player template** tab, click ![image](../../../_assets/console-icons/ellipsis.svg) in the template row and select **Delete**.
  
     If the template is used in any video or playlist, the system will notify you. After deleting the template, the default template will be applied instead.
  
  1. Confirm the deletion.

- API {#api}

  Use the [delete](../../api-ref/StylePreset/delete.md) REST API method for the [StylePreset](../../api-ref/StylePreset/index.md) resource or the [StylePresetService/Delete](../../api-ref/grpc/StylePreset/delete.md) gRPC API call.

   If the template is used in any video or playlist, the default template will be applied instead.

{% endlist %}

#### Useful links {#see-also}

* [Creating a player preset](create.md)
* [Updating or duplicating a player preset](update.md)
* [Getting player preset information](get.md)
* [Setting a default player preset](set-default.md)