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