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