Drive > Files > File/Directory > Upload
Cancel by path
Cancel an upload by its path (for instance, if the session token is unknown)
delete/2/drive/{drive_id}/upload
Path parameters
drive_idinteger required
Drive identifier
Request body
Example request
{
"directory_path": "/Directory/SubDirectory",
"file_name": "file.txt"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.