Skip to main content

Delete records

DELETE 

/v1/customerdatatable/:tableName

Soft delete or deactivate records in a customer data table based on filter criteria.

Actions:

  • delete: Sets is_deleted = true (soft delete)
  • deactivate: Sets is_active = false

Filter Parameters: Supports filtering by source_system, source_record_id, and update dates

Request

Responses

Delete/deactivate success