Deletes a data collection task.
Debugging
Request headers
This operation uses only the common request headers. For more information, see Common request parameters.
Request syntax
DELETE /v4/openapi/app-groups/[appGroupIdentity]/data-collections/[dataCollectionIdentity] HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | "my_app_group_name" |
The name of the application. |
dataCollectionIdentity | String | Path | Yes | 286 |
The ID of the data collection task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | D77D0DAF-790D-F5F5-A9C0-133738165014 |
The ID of the request. |
result | String | {} |
N/A |
Examples
Sample requests
DELETE /v4/openapi/app-groups/test_han_create_1/data-collections/44
Sample success responses
XML
format
<requestId>D77D0DAF-790D-F5F5-A9C0-133738165014</requestId>
<result/>
JSON
format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": ""
}
Error codes
For a list of error codes, visit the API Error Center.