Delete Adapter Instance
NOTE: Deleting an adapter instance is not synchronous. In case of VCenter adapter instance, UI/license extension un-registration should be run separately.
Request
URI
DELETE
https://{api_host}/suite-api/api/adapters/{adapterId}
COPY
Path Parameters
string
adapterId
Required
The identifier of the adapter instance.
Query Parameters
boolean
deleteResources
Required
Constraints:
default: false
If set to true, resources discovered by this adapter instance would be deleted as well.
Responses
204
The adapter instance is deleted successfully
Operation doesn't return any data structure
404
No adapter instance is found with the specified identifier.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapters/{adapterId}?deleteResources=v
On This Page
Adapters Operations
GET
Enumerate Adapter Instances
PUT
Update Adapter Instance
POST
Create Adapter Instance
PATCH
Patch Adapter Instance
PUT
Stop Monitoring Resources Of Adapter Instance
PUT
Start Monitoring Resources Of Adapter Instance
PUT
Mark Adapter Instance As Being Maintained
DELETE
Unmark Adapter Instance As Being Maintained
POST
Test Connection
PATCH
Patch Test Connection
GET
Get Adapter Instance
DELETE
Delete Adapter Instance
GET
Get Resources Of Adapter Instance