DELETE /ad_report_task/{report_task_id}
This call deletes the report task specified by the report_task_id path parameter. This method also deletes any reports generated by the report task.
Report task IDs are generated by eBay when you call createReportTask. Get a complete list of a seller's report-task IDs by calling getReportTasks.
Servers
- https://api.ebay.com{basePath}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
report_task_id |
String | Yes |
A unique eBay-assigned ID for the report task that's generated when the report task is created by a call to createReportTask. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.