Deleting a file in a transfer

delete

Deletes an existing file in a transfer, modifies transfer size and frees up storage space occupied by the file. Note that this operation cannot be reverted. Information about new occupied storage space for current user is contained in the response.

Path parameters
filekeystringRequired

File key / identifier which can be obtained from GET /transfer request. Every file in the transfer response includes its unique identifier under fileid property.

Responses
chevron-right
200

OK

responsestatusstring · enumOptionalPossible values:
erroridstring · nullableOptional
errormessagestring · nullableOptional
errorcodeinteger · int32 · nullableRead-onlyOptional

Numeric representation of the responsestatus field.

delete
/transfer/file/{filekey}

Last updated

Was this helpful?