Ticket Groups / Delete

NameTicket Groups / Delete
DescriptionDelete a specified Ticket Group
TypeDELETE
URL/v9/ticket_groups/:ticket_group_id
Credential TypeAPI|User

Long Description

Delete a specified Ticket Group

Parameters

Name
Description
Type
Presence
Location
ticket_group_idEither the Ticket Evolution ticket_group_id OR the remote_id (a/k/a TicketID in your upload file) of the specific Ticket Group to deleteIntegerRequiredURI


In the situation in which you have the same remote_id under multiple offices, you will also need to pass in the office_id for the ticket group you wish to delete. The office_id should be passed in as part of the request body.

Examples

RequestResponse
DELETE /v9/ticket_groups/135728589

200
curl -i \
-H "X-Signature: kajdt06mz2EyiW//mjdHSi2HGSsthDFq18YOyshK8bc=" \
-H "X-Token: 6a33hdphwb6cfb056399b4357e13e94" \
-X DELETE \
'https://api.ticketevolution.com/v9/ticket_groups/135728589'
{
  "ticket_group": {
    "brokerage_id": 1573,
    "official_exchange": false,
    "external_notes": null,
    "original_venue_name": null,
    "section_id": null,
    "split_override": null,
    "ticket_group_stub_fingerprint": null,
    "wheelchair": false,
    "created_at": "2014-07-08T18:49:49Z",
    "line": null,
    "retail_total_cache": null,
    "available_tickets_count": 4,
    "broadcast": true,
    "face_value": "633.0",
    "locked": false,
    "locked_by_id": null,
    "tickets_count": 4,
    "created_in_pos": true,
    "ebay": false,
    "instant_delivery": false,
    "office_id": 1542,
    "original_occurs_at": null,
    "price": "650.0",
    "remote_id": null,
    "section_mask": null,
    "speculative": true,
    "updated_at": "2014-07-08T18:49:50Z",
    "broker_to_tevo_discount": false,
    "event_id": 639042,
    "format": "Physical",
    "in_hand": false,
    "internal_notes": null,
    "original_event_name": null,
    "row_mask": null,
    "version": 1404845389,
    "broker_notes": null,
    "row": "N/A",
    "imported": false,
    "section": "TOUR",
    "in_hand_on": null,
    "reprocess": false,
    "total_cache": "2600.0",
    "type": "event",
    "view_type": "Full",
    "cost": "650.0",
    "parent_remote_id": null,
    "retail_price_override": null,
    "club_access": false,
    "eticket": false,
    "id": 135731186
  }
}