WebSphere Process Server, Version 6.2 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS


Timetable resource: Timetable time interval - DELETE method

The DELETE method deletes a time interval.

Example

DELETE /bpm/businesscalendar/v1/timetables/id/events/id

Parameters

None

Request content

None

Response content

None

Error response content

The error response is the detailed error information.

The default content type is application/json. Following is the schema for the application/json content type:
{
    "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" }
    }
}

Status codes

The DELETE method returns one of the following status codes:
CodeDescription
200 OK
Successful completion. The specified time interval is deleted.
401 Unauthorized
The caller is not authorized for this request.
500 Internal Server Error
A severe problem occurred. The programmer details are provided.

Available since

Version 6.2.0

Parent topic: Timetable resource: Timetable time interval