# Fraud Data Delete
source: https://developer.mastercard.com/fld-fraud-submission/documentation/fdd/index.md

#### Failure scenarios of Fraud Data Delete {#failure-scenarios-of-fraud-data-delete}

|                                Failure Scenario                                 | Response Code | Reason Code |                                          Description                                          |                                                                            Tips to Resolve                                                                             |
|---------------------------------------------------------------------------------|---------------|-------------|-----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| FDD request for record against ICA and ACN combination does not exist in system | 200           | 21903       | Record to be deleted could not be found. Correct ACN and resubmit.                            | Correct the ICA and ACN combination and submit the request again.                                                                                                      |
| FLD DB exception                                                                | 100           | 40100       | Fraud and Loss Database exception occurred. Record is errored out.                            | Retry after sometime.                                                                                                                                                  |
| Constraint violation during DB operation                                        | 100           | 41600       | Constraint violation exception occurred. Record is errored out.                               | Retry after sometime.                                                                                                                                                  |
| Attribute is missing                                                            | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                 | Correct the FDD request and resubmit again.                                                                                                                            |
| Attribute is incorrect                                                          | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                 | Correct the FDD request and resubmit again.                                                                                                                            |
| Attribute value is missing                                                      | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                 | Correct the FDD request and resubmit again.                                                                                                                            |
| Incorrect datatype of attribute value                                           | 100           | 60003       | `<xyz>` incorrect datatype of attribute value.                                                | Correct the FDD request and resubmit again.                                                                                                                            |
| Incorrect minimum length of attribute value                                     | 100           | 60004       | `<xyz>` attribute value length not in range. Minimum Length: `<p>` and Maximum Length: `<q>`. | Correct the FDD request and resubmit again.                                                                                                                            |
| Incorrect maximum length of attribute value                                     | 100           | 60004       | `<xyz>` attribute value length not in range. Minimum Length: `<p>` and Maximum Length: `<q>`. | Correct the FDD request and resubmit again.                                                                                                                            |
| Incorrect minimum value of attribute value                                      | 100           | 60005       | `<xyz>` attribute value not in range. Minimum Value: `<p>` and Maximum Value: `<q>`.          | Correct the FDD request and resubmit again.                                                                                                                            |
| Incorrect maximum value of attribute value                                      | 100           | 60005       | `<xyz>` attribute value not in range. Minimum Value: `<p>` and Maximum Value: `<q>`.          | Correct the FDD request and resubmit again.                                                                                                                            |
| Attribute value is not a defined ENUM value                                     | 100           | 60006       | `<xyz>` attribute value is not a defined ENUM value.                                          | Correct the FDD request and resubmit again.                                                                                                                            |
| Attribute value does not follow the defined pattern (for example, regex)        | 100           | 60007       | `<xyz>` attribute value does not follow the defined pattern.                                  | Correct the FDD request and resubmit again.                                                                                                                            |
| Timestamp value in request is incorrect                                         | 200           | 60012       | Timestamp value in request should be same as current date.                                    | Follow the timestamp format and resubmit the request.                                                                                                                  |
| Duplicate Reference ID for the initiator and service combination                | 200           | 60013       | Duplicate Reference ID `<refId>`for the initiator and service combination.                    | Provide unique Reference ID and resubmit the request.                                                                                                                  |
| Request initiator is not authorized for this particular account range           | 200           | 60018       | Request initiator is not authorized for this particular account range.                        | User cannot delete the record as user is not provisioned for this particular account range. User can request provisioning for particular account range via MC Connect. |
| Any unexpected error while processing the request                               | 100           | 90004       | Unexpected error while processing request.                                                    | Retry after sometime.                                                                                                                                                  |

