content library item update session: delete
Deletes an update session. This removes the session and all information associated with it.
Removing an update session leaves any current transfers for that session in an indeterminate state (there is no guarantee that the server will terminate the transfers, or that the transfers can be completed). However there will no longer be a means of inspecting the status of those uploads except by seeing the effect on the library item.
Update sessions for which there is no upload activity or which are complete will automatically be deleted after a period of time.
Request:
HTTP request
DELETE https://{server}/rest/com/vmware/content/library/item/update-session/id:{update_session_id}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
update_session_id | string | Identifer of the update session to delete. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if the update session does not exist. |
400 | not_allowed_in_current_state | if the update session is in the ACTIVE state. |