DELETE api/travel/day/transportationassignment/{id}
Deletes a transportation assignment by its unique identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the transportation assignment to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 204 (No Content) if the transportation assignment was successfully deleted.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/javascript
Sample:
Sample not available.