Deletes an Airflow instance.
Try it now
Test
RAM authorization
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 |
| 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 |
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.