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


Business Calendar - Timetable Time Interval Resource - DELETE Method

Delete a Time Interval.

Resource URI

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

Parameters

None.

Request Content

None.

Response Content

None.

Error Response Content

Detailed error information.

The default content-type is application/json.

MIME Type: application/json


+ View Schema
{
    "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 method returns one of the following status codes:
CodeDescription
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.

Available Since

6.2.0

Parent Topic: Timetable Time Interval Resource