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 File Output Response

Delete File Output Response

Use the DELETE method to delete a file output response in RulePoint.

DELETE Request in JSON Format

Generate a DELETE request. For example, the following DELETE request deletes a file output response in a RulePoint application.
DELETE http://localhost:8080/rulepoint/api/projects/1/responses/c792b088-5f99-4b4b-9b28-b02d2c618edb 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 a file output response in a RulePoint application.
DELETE http://localhost:8080/rulepoint/api/projects/1/responses/c792b088-5f99-4b4b-9b28-b02d2c618edb 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!