Recent searches


No recent searches

MO_retention's Avatar

MO_retention

Joined Jul 19, 2024

·

Last activity Jul 19, 2024

Following

0

Followers

0

Total activity

1

Votes

0

Subscriptions

0

ACTIVITY OVERVIEW

Latest activity by MO_retention

MO_retention created a post,

Post Feedback - Developer Platform

Hello, 

 

Upon user deletion we are getting 422 Unprocessable Entity from DELETE. Could you please tell us what the situation is? Has the behaviour changed? 

 

For example:

DELETE /api/v2/users/19821366895634 => 200 OK

DELETE /api/v2/deleted_users/19821366895634 => 422 Unprocessable Entity

{
    "error": "RecordInvalid",
    "description": "Record validation errors",
    "details": {
        "user_id": [
            {
                "description": "User Only one deletion request needed per user",
                "error": "DuplicateValue"
            }
        ]
    }
}

 

Posted Jul 19, 2024 · MO_retention

0

Followers

0

Votes

0

Comments