[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Delete Adapter Instance
DescriptionNOTE: Deleting an adapter instance is not synchronous.
Request
URLURL
https://localhost/suite-api/api/adapters/{adapterId}
Path Parameters
Path Parameters
string
adapterId
Required
The identifier of the adapter instance.
Query Parameters
Query Parameters
boolean
deleteResources
Required
If set to true, resources discovered by this adapter instance would be deleted as well.
deleteResources example
false
Authentication
This operation uses the following authentication methods.
Errors
404
No adapter instance is found with the specified identifier.
Code Samples
cURL Command
curl -X DELETE https://localhost/suite-api/api/adapters/{adapterId}?deleteResources=false
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
On This Page
Adapters Operations
delete
patch
patch
post