vcenter ovf export session: delete
Deletes (or cancels) an export session. If no export session with the specified identifier exists, this call will return with success.
A client should terminate a session to free up resources on the server. An export session will automatically be reclaimed after a period of inactivity. For example, it will only remain in EXPORT_ERROR and EXPORT_COMPLETED state for a period of time.
Request:
HTTP request
DELETE https://{server}/rest/com/vmware/vcenter/ovf/export-session/id:{id}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
id | string | the export session ID. |