Documentation
IPS_DeleteEvent
boolean IPS_DeleteEvent (int $EventID)
Parameters
EventID | ID of the event to be deleted |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
The command deletes an existing variable with the ID EventID.
All the child objects of the media object are moved to the root category.
Example
IPS_DeleteEvent($EventID);