Skip to main content

Delete a ProductGroup

DELETE 

/ticket/:guid/groups/:group_guid

Hard delete a ProductGroup.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

    group_guid uuidrequired

    The guid of the ProductGroup.

Responses

ProductGroup deleted. This returns an empty response.

Loading...