JFacebookUser::deleteEvent
Method to delete an event. Note: you can only delete the event if it was created by the same app. Requires authentication create_event permission.
Signature
public function deleteEvent(string
$eventĀ )
Parameters
-
$event
- Event ID.
Returns
- boolean
- Returns true if successful, and false otherwise.