Remove Item Updatesession File Deprecated
Requests a file to be removed. The file will only be effectively removed when the update session is completed. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
Request
URLURL
Path Parameters
Path Parameters
Identifier of the update session. The parameter must be an identifier for the resource type: com.vmware.content.library.item.UpdateSession.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
This is a request body class for an operation.
{
"file_name": "string"
}
Name of the file to be removed.
Authentication
Errors
Errors
com.vmware.vapi.std.errors.invalid_argument : if the file doesn’t exist in the library item associated with the update session.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-new-method: delete
x-vmw-doc-new-path: /api/content/library/item/update-session/{update_session_id}/file/{file_name}
x-vmw-doc-operation: remove