Delete Adapter Instance Using DELETE

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.


Authentication
This operation uses the following authentication methods.
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