Topics on this page
Unregister Trend Cloud One - Endpoint & Workload Security from Trend Vision One (XDR)
You can unregister Trend Cloud One - Endpoint & Workload Security either from the Trend Vision One Product Connectors or by API. If you use the former, the enrollment status in the Cloud One - Endpoint & Workload Security console does not immediately change from "Registered" to "Not registered". It will take about 6 hours, which is the current status synchronization period. If you use the latter, the change can be seen immediately.
Use the Trend Vision One Product Connectors
-
Log in to Trend Vision One and click on the Product Connector page in Administration.
-
Find the product "Trend Cloud One - Endpoint & Workload Security", and then click Disconnect.
To ensure that you are no longer registered, go to Trend Cloud One > Endpoint & Workload Security > Administration > Trend Vision One (XDR). The Enrollment status should read "Not registered".
The change in status will only be seen after the synchronization period, which is about 6 hours.
Use Postman and an HTTP API
To unregister using Postman and HTTP API:
-
Generate an API key on the Cloud One - Endpoint & Workload Security account. For more information, see Create an API key.
-
Download and install Postman.
-
Go to File > Settings and turn off Postman SSL certificate verification.
-
In the Postman app, click New.
-
Click HTTP Request.
-
Set the HTTP method to DELETE then add the XDR registration ID on the request URL:
DELETE https://workload.{cloudoneregion}.cloudone.trendmicro.com/api/xdrregistrations/{xdrRegistrationID}?force=true
-
Select "Headers" and add the following keys and their corresponding values:
- Authorization: Apikey (key generated from Step 1)
- Api-version: v1
- Content-Type: application/json
-
Click Send, and then check "Body" to see the status of the request.
To ensure that you are no longer registered, go to Trend Cloud One > Endpoint & Workload Security > Administration > Trend Vision One (XDR). The Enrollment status should read "Not registered".