Deletes the specified calendar.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
xxljob-b6ec1xxxx |
| CalendarName |
string |
Yes |
The calendar name. |
workday |
| Year |
integer |
Yes |
The year. |
2024 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The unique identifier for the request. |
CF99C381-C8F6-5A8D-8C24-57F46B706D2D |
| Code |
integer |
The response code. |
200 |
| Message |
string |
The response message. |
Parameter error: content is null. |
| Success |
boolean |
Indicates whether the operation was successful.
|
true |
Examples
Success response
JSON format
{
"RequestId": "CF99C381-C8F6-5A8D-8C24-57F46B706D2D",
"Code": 200,
"Message": "Parameter error: content is null.",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Parameter error: %s. | Parameter error: %s |
| 401 | IllegalRequest | IllegalRequest: %s. | Illegal request:%s |
| 500 | InternalError | InternalError: %s. | System Internal Error: %s |
| 403 | NoPermission | No permission to perform this operation: %s. | No permission to perform this operation: %s |
| 404 | NotFound | Not found: %s. | The resource does not exist: %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.