Hi
I am using the delete method at
I have tried this in code and with postman.
I send a delete request which correctly deletes a current user, however, I am getting an incorrect response code 204…
204 = user no longer exists ???
is this a bug ?
Hi
I am using the delete method at
I have tried this in code and with postman.
I send a delete request which correctly deletes a current user, however, I am getting an incorrect response code 204…
204 = user no longer exists ???
is this a bug ?
That is the expected response. Please review the Response Messages for the endpoint:
ouch, thanks
ouch, thanks