onUnbookmarkClick(e) {
    $.ajax({
      url: this.props.unbookmarkEndpoint,
      method: 'DELETE',
      dataType: 'json',