[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Delete Collector

Description

Delete a collector

Request

Request

URL

URL


delete
https://{api_host}tcsa.host.com/dcc/v1/collectors/{collector-name}
Copy

Path Parameters

Path Parameters

string
collector-name Required

UUID of the instantiated collector

collector-name example
"demo-collector"

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns DeleteBlockResponse of type application/json

returns message “collector successfully deleted”

{
	"instanceId": "smarts-metrics035f8121-aaed-4d66-83eb-ae3a7841f720",
	"message": "Block instance successfully deleted",
	"time": "2019-04-09 05:42:21.204886"
}
Errors

Errors

400

Invalid Request sent by the user


401

User authentication failed


403

Access to the requested resource/operation is forbidden


404

Cannot find requested resource


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}tcsa.host.com/dcc/v1/collectors/demo-collector


[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Feedback

Was this page helpful?