Legacy | Delete Scheduled Execution

Restriction: This information no longer refers to the latest product version but may still be relevant if you are working with an older version.

Deletes an existing scheduled execution, specified by the scheduleKey.

Request syntax

Copy
https://myCloud.perfectomobile.com/services/schedules/<scheduleKey>?operation=delete&securityToken=value[&optionalParameter=value]

Parameters

Name Type Default Description
securityToken* string
A unique cryptographic key assigned to an authorized user.
user* string

Deprecated. The name of the user running the operation. 

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
password* string 

Deprecated. The password of the user running the operation.

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
admin  boolean false true to allow users with administrative credentials to create schedules for users in their group.
owner 
user The user name of the user who owns the scheduled execution. This parameter is used in conjunction with the admin parameter to allow administrators to perform operations on scheduled executions of other users. If a user with administrative credentials wants to delete a scheduled execution of user "User", specify the parameters as admin=true and owner=User.
responseFormat  string  json Available values: JSONXML

* Mandatory parameter

Response

Name Description
status success if the operation completed successfully; otherwise failure.