forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Ying, Jiayu <jiayuying1@huawei.com> Co-committed-by: Ying, Jiayu <jiayuying1@huawei.com>
9.0 KiB
9.0 KiB
Deleting a Tracker
Function
This API is used to delete a tracker. Deleting a tracker has no impact on the operation records that have been generated. When you enable CTS again, you can still view those records.
URI
DELETE /v1.0/{project_id}/tracker?tracker_name={tracker_name}
The URI parameters are described in Table1 Parameters in the URI.
Request
- Example request
DELETE /v1.0/{project_id}/tracker?tracker_name=system
Returned Value
- Normal
Table 2 Return code for successful requests Returned Value
Description
204
The tracker is deleted successfully.
- Abnormal
Table 3 Return code for failed requests Returned Value
Description
400
The server failed to process the request.
404
The server failed to find the requested resource or deleting some trackers failed.
500
The request failed to be executed or some trackers failed to be deleted.
401
Your access request is rejected.
403
You are forbidden to access the requested page.
Parent topic: Tracker Management