Remove call from a queue
Removes the call from the queue it is currently waiting in. The call remains active and can be directed with further call commands.
Path parameters
Unique identifier and token for controlling the call
Request body
Example request
{
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901"
}Response
Successful response upon making a call control command.
Example response
{
"data": {
"result": "ok"
}
}Changes
Changed in 2 of the 61 revisions of this API.7
- ▲
the response's body type/format changed from
object/to/for statusdefaultresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/integerfor statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for statusdefaultresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/integertointeger/int32for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/source/pointerresponse's property type/format changed fromstring/json-pointertostring/for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲