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 SQL Connection

Delete SQL Connection

Use the DELETE method to delete an SQL connection in RulePoint.

DELETE Request in JSON Format

Generate a DELETE request. For example, the following DELETE request deletes an SQL connection in a RulePoint application:
DELETE http://localhost:8080/rulepoint/api/projects/3/connections/1d559d37-2c6e-48c0-8623-c571339c1e99 Accept: application/json Content-Type: application/json Cookie: JSESSIONID=<VALID SESSION ID>
Response Code : 204 No Content

DELETE Request in XML Format

Generate a DELETE request. For example, the following DELETE request deletes an SQL connection in a RulePoint application:
DELETE http://localhost:8080/rulepoint/api/projects/98315/connections/1e5d5c0e-11ec-4c90-a5d9-25991b38befe Accept: application/xml Content-Type: application/xml Cookie: JSESSIONID=<VALID SESSION ID>
Response Code : 204 No Content

0 COMMENTS

We’d like to hear from you!