最近の検索


最近の検索はありません

422 Unprocessable Entity from DELETE



投稿日時:2024年7月19日

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"
            }
        ]
    }
}

 


0

0

0件のコメント

サインインしてコメントを残してください。

お探しのものが見つかりませんか?

新規投稿