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