DELETE api/Admin/CalendarProperties?id={id}

Deletes a calendarproperty with the specified id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Calendarproperty id.

integer

Required

Body Parameters

None.

Remarks

If the calendarproperty is not found 404 Not found are returned.

Example

Deletes the calendarproperty with id 6
DELETE: http://localhost/api/CalendarProperties/6

Response Information

Resource Description

Returns 204 No Content on success.

None.