axios.delete(this.props.item.delete_url, {
      data: { authenticity_token: this.props.authenticity_token }
    }).then(function (response) {
      self.setState({is_deleted: true, is_busy: false});
    }).catch(function (error) {