Function __global->delete_ticket_type
Definitions
sources/tickets2.php
- Delete a ticket type.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $ticket_type_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ticket type ID |
Preview
Code (PHP)
/**
* Delete a ticket type.
*
* @param AUTO_LINK $ticket_type_id The ticket type ID
*/
function delete_ticket_type(int $ticket_type_id)
* Delete a ticket type.
*
* @param AUTO_LINK $ticket_type_id The ticket type ID
*/
function delete_ticket_type(int $ticket_type_id)

