All Products
Search
Document Center

Data Management:DeleteAirflow

Last Updated:Mar 30, 2026

Deletes an Airflow instance.

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

ClientToken

string

No

The client token that is used to ensure the idempotence of the request.

token-****

AirflowId

string

Yes

The ID of the Airflow instance.

af-test****

WorkspaceId

string

Yes

The ID of the workspace.

86302423828****

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

E0D21075-CD3E-4D98-8264-****

AccessDeniedDetail

string

The details of the access denied error.

NOT_FOUND

Root

object

The details of the deleted instance.

Responses

array<object>

The details of the return value.

object

Success

boolean

Indicates whether the request was successful. The following values are returned:

  • true: The request was successful.

  • false: The request failed.

true

Uuid

string

The UUID of the asset instance.

Note

This result is not returned if no process exists under the asset.

af-test****

Message

string

The error message.

Instance not found.

HttpStatusCode

integer

The HTTP status code.

200

ErrorCode

string

The error code.

UnknownError

Success

boolean

Indicates whether the request was successful. The following values are returned:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "E0D21075-CD3E-4D98-8264-****",
  "AccessDeniedDetail": "NOT_FOUND",
  "Root": {
    "Responses": [
      {
        "Success": true,
        "Uuid": "af-test****\n"
      }
    ]
  },
  "Message": "Instance not found.",
  "HttpStatusCode": 200,
  "ErrorCode": "UnknownError",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.