Cancel the pipeline (the driver handles it as a request cancellation — the local driver, for example, removes the unfinished destination file), discard all buffered chunks and remove the session.
请求参数
Authorization
JWT Bearer
在 Header 添加参数
Authorization
示例:
Authorization: ********************
or
Header 参数
请求示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST '/api/fs/multipart/abort' \
--header'X-Upload-Id;' \
--header'Authorization: Bearer <token>'