FYNDNA retail banking suite
  1. Dedupe configuration
FYNDNA retail banking suite
  • Party deduplication
    • Dedupe configuration
      • Create dedupe configuration
        POST
      • Retrieve all dedupe configurations
        GET
      • Update a dedupe configuration
        PUT
      • Delete a dedupe configuration
        DELETE
      • Modify a dedupe configuration
        POST
      • Update a specific criterion in a dedupe configuration
        PATCH
      • Retrieve a specific dedupe configuration
        GET
      • Delete a specific dedupe configuration
        DELETE
      • Retrieve the dedupe configuration for a party type
        GET
    • Dedupe execution
      • Initiate synchronous dedupe
      • Initiate asynchronous dedupe
    • Dedupe results
      • Retrieve dedupe results
  1. Dedupe configuration

Delete a specific dedupe configuration

DELETE
/party-dedupe-criteria-configuration/{id}
Deduplication is based on specific criteria defined in the dedupe policy. You can delete a specific dedupe policy using this endpoint. Each policy is a dedupe configuration.

Request

Path Params

Responses

🟢200OK
application/json
OK
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://dev.your-api-server.com/party-dedupe-criteria-configuration/37ed6422-68ac-44bd-9ab9-75c9ced5a202'
Response Response Example
200 - Example 1
{}
Modified at 2025-02-17 09:41:21
Previous
Retrieve a specific dedupe configuration
Next
Retrieve the dedupe configuration for a party type
Built with