# Delete User Feedback Delete the Matching Decision Log identified by ID. !Warning! action cannot be reverted! Endpoint: DELETE /userfeedbacks/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the Matching Decision Log. Example: "9cfa14e7-51f5-4490-88e4-667501575b41" ## 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."