You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand the only way to do so is to get the member's sid, then call dequeue on the queue_members resource. As you are usually iterating over the members like
formemberinqueue.queue_members:
# do something
it makes sense to call actions directly on that member object.