Delete Adapter Instance Using DELETE
NOTE: Deleting an adapter instance is not synchronous.
Request
URI
DELETE
https://{api_host}/api/adapters/{adapterId}
COPY
Path Parameters
string
adapterId
Required
The identifier of the adapter instance.
Query Parameters
boolean
deleteResources
Required
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
On This Page
Adapters Operations
POST
Create Adapter Instance Using POST
DELETE
Delete Adapter Instance Using DELETE
GET
Enumerate Adapter Instances Using GET
GET
Get Adapter Instance Using GET
GET
Get Resources Of Adapter Instance Using GET
PUT
Mark Adapter Instance As Being Maintained Using PUT
PATCH
Patch Adapter Instance Using PATCH
PATCH
Patch Test Connection Using PATCH
PUT
Start Monitoring Resources Of Adapter Instance Using PUT
PUT
Stop Monitoring Resources Of Adapter Instance Using PUT
POST
Test Connection Using POST
DELETE
Unmark Adapter Instance As Being Maintained Using DELETE
PUT
Update Adapter Instance Using PUT