DELETE api/DiscountCode/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"DiscountCodeID": "e8b002b4-c74b-4456-9183-fd5c2a5130b6",
"Code": "sample string 2",
"TrainingTypeID": "b97624d0-0c96-4bf2-a05c-af3c4f0d09e7",
"TrainingClassID": "8ffd05a2-7e63-4484-a2f5-04b78eb6ad44",
"StartDate": "2026-06-11T15:09:41.2970156-04:00",
"EndDate": "2026-06-11T15:09:41.2970156-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1422b784-d84c-41e3-b15a-7d8ca5eea5ce",
"Used": true,
"UsedDateTime": "2026-06-11T15:09:41.2970156-04:00",
"InventoryItemID": "13d2ba4a-7a9c-4767-badb-28ae308026ec"
}