# 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 Calls in a call queue ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update. - **QueueSid** (string) The SID of the Queue in which to find the members to update. - **CallSid** (string) The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update. ### Body: application/x-www-form-urlencoded (object) - **Url** (string(uri)) The absolute URL of the Queue resource. - **Method** (string(http-method)) How to pass the update request data. Can be `GET` or `POST` and the default is `POST`. `POST` sends the data as encoded form data and `GET` sends the data as query parameters. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **call_sid** (string | null) 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) | null) The date that the member was enqueued, given in RFC 2822 format. - **position** (integer) This member's current position in the queue. - **uri** (string | null) 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 | null) The SID of the Queue the member is in. [Powered by Bump.sh](https://bump.sh)