Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Delete Static Schedule for a Source

Delete Static Schedule for a Source

Use the DELETE method to delete a static schedule for a source in RulePoint.

DELETE Request in JSON Format

To delete a static schedule in a RulePoint application, generate the following DELETE request:
DELETE http://invrw28cep14:8080/rulepoint/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/2 Accept: application/json Cookie: JSESSIONID=<VALID SESSION ID>
Response Code: 204 No content

DELETE Request in XML Format

DELETE http://invrw28cep14:8080/rulepoint/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/2 Accept: application/xml Cookie: JSESSIONID=<VALID SESSION ID>
Response Code: 204 No content

0 COMMENTS

We’d like to hear from you!