bpf_link_detach
err = bpf_link_detach(fd);
LIBBPF_API int bpf_link_detach(int link_fd);
return bpf_link_detach(link->fd) ? -errno : 0;