Legacy | End Execution
Ends the execution specified by <executionId>.
The <executionId> is the execution identifier returned by the Start New Execution operation.
Request syntax
https://mycloud.perfectomobile.com/services/executions/<executionId>?operation=end&securityToken=value[&optionalParameters=value]
Parameters
Name |
Default |
Description |
---|---|---|
securityToken* |
|
A unique cryptographic key assigned to an authorized user. |
responseFormat |
json |
The format to use for the response: xml, json. |
* Mandatory
Response
Name |
Description |
---|---|
status |
success if the execution was ended. |
Examples
This example shows the request and response in json format for ending the execution with the specified execution id without specifying any optional parameters.
Request
https://mycloud.perfectomobile.com/services/executions/samb@perfectomobile.com_controller_16-11-03_12_05_57_457?operation=end&securityToken=<your_token>