Tusflow

Delete upload

Terminate and clean up an upload

DELETE
/files/{uploadId}
/files/{uploadId}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

JWT token for authentication

In: header

X-API-Key<token>

Optional API key for authentication

In: header

Path Parameters

uploadId
Required
string

Unique identifier for the upload

curl -X DELETE "https://uploader.tus.api.mpesaflow.com/files/string" \
  -H "Authorization: Bearer <token>"

Upload deleted successfully

Edit on GitHub

Last updated on