DELETE api/Admin/ScheduledEvents?id={id}
Deletes the scheduled event with the specified id and all related scheduled event default properties.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Scheduled event id. |
integer |
Required |
Body Parameters
None.
Remarks
If the scheduled event is not found 404 Not found are returned.
Example
Deletes the scheduled event with id 6 on calendar with id 1 and all
related scheduled event default properties
DELETE: http://localhost/api/ScheduledEvent/6
Response Information
Resource Description
Returns 204 No Content on success.
None.