# 40131: TaskRouter->Dequeue

Log Level: ERROR

## Description

### Possible causes

* You did not provide a "to" parameter on your 'dequeue' instruction.
* You provided an invalid format in your "to" field.

### Possible solutions

* Make certain "to" contains a valid phone number, client URI, or SIP URI.

### Example

```bash
{
	"instruction": "dequeue",
	"to": "client:alice",
	"from": "bob",
	"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
}
```
