DELETE api/Admin/DaySchedules?id={id}
Deletes the day schedule with the specified id and all related day schedule properties.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Day schedule id. |
integer |
Required |
Body Parameters
None.
Remarks
If the day schedule is not found 404 Not found are returned.
Example
Deletes the day schedule with id 6 on calendar with id 1 and all
related day schedule properties
DELETE: http://localhost/api/DaySchedules/6?calendarId=1
Response Information
Resource Description
Returns 200 OK on success.
None.