# Delete Date Matching Definition Delete a Data Matching Definition by its ID. Endpoint: DELETE /datamatchingdefinitions/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the Data Matching Definition. Example: "6461e6113b1865304b3038b6" ## Response 400 fields (application/json): - `path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `status` (integer) RFC 7231 status code for this error. Example: "400" - `timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-08-29T09:46:53Z" - `error` (string) RFC 7231 error which belongs to the status code. Example: "BAD_REQUEST" - `message` (string) Details about the error. Example: "This user is not allowed to access this service." ## Response 403 fields (application/json): - `path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `status` (integer) RFC 7231 status code for this error. Example: "400" - `timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-08-29T09:46:53Z" - `error` (string) RFC 7231 error which belongs to the status code. Example: "BAD_REQUEST" - `message` (string) Details about the error. Example: "This user is not allowed to access this service."