cancel group thread
/groups/{group}/threads/{threadid}/cancel [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9500 | 5.0100 | xml |
Description
Cancel an Asynchronous process in the specified group.
This service attempts to cancel a running thread. There is no guarantee that the thread actually stops when requested as it depends on the underlying process.
Invoking this service has no effect if the thread does not exist.
Parameters
No parameters required as the thread and group are already included in the URL.
Permission
This service requires contributor or higher.
Response
This service returns the following XML:
<thread-cancel/>
Error Handling
No specific errors expected for this service.