# Deduplicate all assets Deduplicate duplicate Assets, where a duplicate is an asset with the same file checksum as another asset. Duplicates are deleted. Metadata values from duplicates are merged into the original asset's metadata. For metadata multivalues, e.g. folders, the total set of values is merged. For metadata text values, the longest length text value is merged. For metadata date and date-time values, the oldest value is merged. Endpoint: POST /asset-deduplication-batch-jobs Version: 2.0.0 Security: bearerToken ## Response 4XX fields (application/json): - `timestamp` (string) The datetime that the error occurred in ISO offset format Example: "2021-02-16T16:21:58.640+00:00" - `status` (integer) The HTTP status code of the error Example: 401 - `error` (string) The title of the error Example: "Unauthorized" - `message` (string) A more detailed error message - `path` (string) The path that was called which led to the error Example: "/folder-settings"