REST API - delete

vcenter ovf probe import session: delete

Deletes (or cancels) a probe import session.

A client should terminate a session to free up resources on the server. A probe session will automatically be reclaimed after a period of inactivity. For example it will only remain in PROBE_IMPORT_ERROR state for a period of time.

Deleting an already deleted session has no effect.

Request:

HTTP request

DELETE https://{server}/rest/com/vmware/vcenter/ovf/probe-import-session/id:{id}

Path Parameters

Name Type Description
Required
id string the probe import session ID.

Response:

HTTP Status Code: 200

None

Errors:

None