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.
DELETE /v1.0/{project_id}/tracker?tracker_name={tracker_name}
DELETE /v1.0/{project_id}/tracker?tracker_name=system
Returned Value |
Description |
---|---|
204 |
The tracker is deleted successfully. |
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. |