DELETE /bpm/businesscalendar/v1/timetables/{id}/events/{id}None.
The default content-type is application/json.
{
"description" : "Timetable Error",
"type" : "object",
"properties" : {
"errorNumber" : { "type" : "string",
"description": "Message ID of the exception.",
"readonly" : "true" },
"errorMessage" : { "type" : "string",
"description": "Message text of the exception.",
"readonly" : "true" },
"programmerDetails" : { "type" : "string",
"description": "Additional exception details.",
"readonly" : "true",
"optional" : "true" }
}
}
| Code | Description |
|---|---|
| 200 OK |
Successful completion - Deleted the specified time interval.
|
| 401 Unauthorized |
The caller is not authorized for this request.
|
| 500 Internal Server Error |
A severe problem has occurred, programmer's details are provided.
|
6.2.0
Parent Topic: Timetable Time Interval Resource