Abort test execution

Aborts the execution specified by the <executionId>. The execution aborts immediately unless it is running a function that cannot be stopped, in which case it will abort once the function is complete.

The <executionId> is the execution identifier returned by the Start test execution operation.

URL

Copy
https://<tenant-name>.perfectomobile.com/scriptless/api/executions/<execution id received from start execution API>

Method

DELETE

Header parameters

Name

Description

Perfecto-Authorization

The Perfecto security token. For more information, see Generate a security token.

Important: All REST API commands require authentication. See the general authentication methods in Authentication and authorization.

Success response

Code: 200 OK