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": "5f97cf3e-b08e-42c8-9e06-082b1a873931",
"Code": "sample string 2",
"TrainingTypeID": "1ccb0fe6-47c8-41b7-a3fd-95e1e43a7043",
"TrainingClassID": "a2b77260-430c-45e8-8285-f85bef5adb5c",
"StartDate": "2026-04-27T13:33:39.6688886-04:00",
"EndDate": "2026-04-27T13:33:39.6688886-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f2055692-0247-4b51-9bc2-daeca3685197",
"Used": true,
"UsedDateTime": "2026-04-27T13:33:39.6688886-04:00",
"InventoryItemID": "d2fa181e-3752-4d3f-850b-dff94a1b855c"
}