All Products
Search
Document Center

DataWorks:DeleteQualityFollower

Last Updated:Mar 23, 2026

Deletes a Follower from a partition expression.

Note

This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - DeleteDataQualityAlertRule for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.

Operation description

Data Quality uses partition expressions to determine which monitoring rules to configure. These rules help you immediately detect changes in a data source and identify dirty data generated during ETL processes. These rules can automatically block tasks to prevent dirty data from propagating downstream. This practice prevents tasks from producing unexpected data that could affect normal operations. You can add Followers to a partition expression. When a monitoring rule for that partition expression is triggered, the specified Followers receive a notification, which helps them quickly identify and resolve the issue. For more information, see Configure monitoring rules.

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

ProjectName

string

Yes

The name of the engine or data source where the partition expression is located. You can log in to the DataWorks console and go to the Data Quality page to obtain the name.

autotest

FollowerId

integer

Yes

The ID of the follower. You can call the GetQualityFollower operation to obtain the ID.

1234

ProjectId

integer

No

The ID of the DataWorks workspace. You can log in to the DataWorks console and go to the Workspace Management page to obtain the workspace ID.

10000

Response elements

Element

Type

Description

Example

object

The data returned.

HttpStatusCode

integer

The HTTP status code.

200

Data

boolean

Indicates whether the follower of the partition filter expression was deleted. Valid values:

  • true: The follower was deleted.

  • false: The follower failed to be deleted. You can troubleshoot the issue based on the error message.

true

ErrorMessage

string

The error message returned if the follower of the partition filter expression fails to be deleted.

You have no permission.

RequestId

string

The request ID. This parameter is used to troubleshoot issues.

6d739ef6-098a-47****

ErrorCode

string

The error code.

401

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "You have no permission.",
  "RequestId": "6d739ef6-098a-47****",
  "ErrorCode": "401",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.