Table of Contents

Search

  1. Preface
  2. The Application Integration Console
  3. Process Server Configuration
  4. Deployed Assets
  5. Process Schedules
  6. Processes
  7. Process Server Health
  8. Process Metrics
  9. APIs
  10. Connections
  11. Guides
  12. Logs

Monitor

Monitor

Delete Schedule API

Delete Schedule API

You can use the Delete Schedule API to delete all process schedules on the Cloud Server or on Secure Agents.
If the REST API call is successful, the API returns the status code 204 in the response body. For more information about REST API responses, see
Data Integration REST API Reference
.
You can use the Delete Schedule API to perform the following tasks:
APIs
Description
DELETE <Informatica Cloud Application Integration URL>/active-bpel/restadmin/scheduler/schedules
Delete a process schedule that runs on the Cloud Server.
The following snippet shows a sample payload when you make an API request:
{ "scheduleId": [926347078765268992] }
DELETE http://<agentName>:<httpPortNumber>/process-engine/restadmin/scheduler/schedules
Delete a process schedule that runs on a specific Secure Agent.
The following snippet shows a sample payload when you make an API request:
{ "scheduleId": [104] }
You can pass more than one schedule ID that are separated by commas. If even one schedule ID is invalid, none of the process schedules will be deleted.

0 COMMENTS

We’d like to hear from you!