Purge seatingplan
Content
Resource URL
https://apps.ticketmatic.com/api/1/{accountname}/settings/seatingplans/seatingplans/{id}/purge
Example
Request
1use Ticketmatic\Endpoints\Settings\Seatingplans\Seatingplans;
2
3Seatingplans::purge($client, $id);
Response
This operation does not return a response. The status can be checked by looking at the HTTP status code.
Request
1import (
2 "github.com/ticketmatic/tm-go/ticketmatic"
3 "github.com/ticketmatic/tm-go/ticketmatic/settings/seatingplans/seatingplans"
4)
5
6err := seatingplans.Purge(client, id)
Response
This operation does not return a response. The status can be checked by looking at the HTTP status code.
Request
1PUT /api/1/{accountname}/settings/seatingplans/seatingplans/{id}/purge HTTP/1.1
Response
This operation does not return a response. The status can be checked by looking at the HTTP status code.