Delete an event

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/events/{id}

Example

Request

1use Ticketmatic\Endpoints\Events;
2
3Events::delete($client, $id);

Response

This operation does not return a response. The status can be checked by looking at the HTTP status code.