Web Service Documentation / Categories / Reporting Services / Delete Data Response
Updated on October 10, 2023
25.0
DELETE
/reports/customers/(customerId)/dataResponses/(dataResponseId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| customerId | Id of the customer |
| dataResponseId | Id of the data response |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes the data response that has an id of 9876 for a customer with an id of 675434.
DELETE /reports/customers/675434/dataResponses/9876
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
