Update (delete) DQ tags for columns in a table. This is a delete-only operation: for each column in the request, tags in the DB that are NOT in the request will be deleted. Columns not in the request are unchanged. Request tags not in DB are ignored.
Documentation Index
Fetch the complete documentation index at: https://em-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Fully qualified name of the table (e.g., service.database.schema.table)
1Request model for updating (deleting) DQ tags on a table's columns.
This is a full-replacement delete-only operation:
Columns with their desired DQ tag state.
1Successful Response
Result of updating DQ tags for a table.
The success field indicates whether the operation completed without errors:
True: All requested deletions were processed successfullyFalse: One or more errors occurred (e.g., invalid UUID format)Note: Even when success=False, some tags may have been successfully deleted.
Check tags_deleted for the actual count of deleted tags. The errors field
contains details about what failed.
Whether the update completed successfully (no errors)
Fully qualified table name
Number of columns processed from request
Number of DQ tags deleted
Number of DQ tags preserved (not deleted)
Number of tag IDs in request that didn't exist in DB (ignored)
Error messages if any