td_api_header_style::delete

Available on: Newsmag V1.8+, Newspaper V5+
This api call is used to delete one of the existing header styles.

Usage:

<?php td_api_header_style::delete( $id ) ?>

Parameters:

$id (string) (required)

  • the header style id – has to match with one of the header styles which are already registered in the theme

Examples:

In the following example we’ll delete the existing Header Style 1 , you can see how the code looks::

td_api_header_style::delete('1');