WithdrawTicket

更新时间:
复制 MD 格式

You can use WithdrawTicket to withdraw a ticket.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

TicketId

string

Yes

The ticket ID.

5491d3b4-14ee-4341-b5f1-db2c78beddeb

Comment

string

Yes

The comments.

撤回,补充信息

InstanceId

string

Yes

The instance ID.

ccc-test

Response elements

Element

Type

Description

Example

object

CancelTicketResponse

Data

any

The data.

RequestId

string

The request ID.

2778FA12-EDD6-42AA-9B15-AF855072E5E5

HttpStatusCode

integer

The HTTP status code.

200

Code

string

The response code.

OK

Message

string

The response message.

Params

array

The list of error parameters.

string

The error parameter.

Examples

Success response

JSON format

{
  "Data": "无",
  "RequestId": "2778FA12-EDD6-42AA-9B15-AF855072E5E5",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "无",
  "Params": [
    "无"
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

404 NotExists.InstanceId The specified instance %s does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.