422 Unprocessable Entity when deleting a user | Community
Skip to main content

422 Unprocessable Entity when deleting a user

  • July 10, 2024
  • 1 reply
  • 0 views

I'm getting 422 Unprocessable Entity error when deleting a user from v2 API via DELETE method. Returned data looks like this { error: ‘RecordInvalid’ and description: ‘Record validation errors’ }.  I'm using basic auth with email + API key, as specified in docs. This error's been occasionally happening for the last 2 months or so. Could you please help me resolve this?

 

Thanks in advance!

 

1 reply

  • Author
  • July 10, 2024

Hi 이지훈(Lee jihoon)

 

I don't think so, as stated in the question - I already use API key to authenticate, deprecating username+password option doesn't affect me.