Inventory / Delete
Name | Inventory / Delete |
|---|---|
Description | Delete an Inventory Ticket Listing |
Type |
|
URL |
|
|
Long Description:
Delete a listing that represents inventory that should no longer be available for sale. All parameters are optional unless otherwise specified. Any additional parameters that are provided will result in a validation error.
Parameters:
Attribute Name | Type | Required | Notes |
|---|---|---|---|
| Integer | Yes | TEvo’s ID for the ticket group |
Responses
HTTP Code | Meaning | Description |
|---|---|---|
204 | OK | Inventory was successfully deleted. No response body |
400 | Bad Request | Validation error. Check input fields and formats. A detailed error message is included in the response body. |
401 | Unauthorized | Authentication failed or missing credentials. |
404 | Not Found | Resource not found for the provided identifiers. |
500 | Internal Server Error | An unexpected error occurred on the server. |