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