All Products
Search
Document Center

Platform For AI:DeleteTempFileTasks

Last Updated:Apr 02, 2026

Deletes one or more temporary file tasks.

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 syntax

PUT /api/v2/batch/tempfiletasks/delete HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

body

object

No

The request body.

TempFileTaskIds

array

No

The IDs of the temporary file tasks.

string

No

The ID of the temporary file task.

task-05cexxxxxxxxx

Response elements

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

E7D55162-4489-1619-AAF5-3F97D5FCA948

Success

boolean

Whether the request was successful.

true

Message

string

The returned message.

"XXX"

Code

string

The status code.

"200"

HttpStatusCode

integer

The HTTP status code.

200

Examples

Success response

JSON format

{
  "RequestId": "E7D55162-4489-1619-AAF5-3F97D5FCA948",
  "Success": true,
  "Message": "\"XXX\"",
  "Code": "\"200\"",
  "HttpStatusCode": 200
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.