Null returned on successful Unfollow

DELETE on kraken endpoints returns 204 No Content when it succeeds. As perhaps obvious, 204 comes with empty response body, which turns into a null variable in your code. You should check the response code instead of attempting to unnecessarily parse the response.