Skip to contentSkip to navigationSkip to topbar
On this page

40100: TaskRouter->Reject



ERROR: 40100

error-40100 page anchor
ERROR

Invalid Activity Sid - Reject Instruction

invalid-activity-sid---reject-instruction page anchor

Possible Causes

possible-causes page anchor
  • You did not provide an "activity_sid" parameter on your 'reject' instruction.
  • You provided an activity_sid that was invalid or no longer exists.
  • Confirm a valid ActivitySid is being passed in the "activity_sid" parameter.
1
{
2
"instruction": "reject",
3
"activity_sid": "WA0123456789abcdef0123456789abcdef"
4
}