DELETE api/Zeiten/{id}
Deletes an existing Arbeitszeit (work time) entry from the database.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the Arbeitszeit entry to be deleted. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An indicating the result of the delete operation. Returns a 404 Not Found if the entry does not exist, a 400 Bad Request if an error occurs during the operation, or a 200 OK with a success message if the deletion is successful.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.