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!