---
title: "Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL"
method: POST
path: "/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json"
tags: ["Api20100401Member"]
---

# Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL

`POST /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json`

Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL

## Path parameters

- `AccountSid` string, required
- `QueueSid` string, required
- `CallSid` string, required

## Response `200`

OK

- ApiV2010AccountQueueMember
  - `call_sid` string, nullable — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Member resource is associated with.
  - `date_enqueued` string, date-time-rfc-2822, nullable — The date that the member was enqueued, given in RFC 2822 format.
  - `position` integer — This member's current position in the queue.
  - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.
  - `wait_time` integer — The number of seconds the member has been in the queue.
  - `queue_sid` string, nullable — The SID of the Queue the member is in.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
