Xóa Thư Mục
1.1 Mục đích sử dụng :
Dùng để xóa 1 đối tượng
1.1. URI :
Name
Description
URI
{{gateway}}/v1/api/node/remove
Content-Type
application/json
Method
POST
1.2. Request :
1.2.1 Request Headers :
Name
Required
Description
Remarks
X-API-Key
Y
API Key AWS
Authorization
Y
[xFile cấp cho đối tác]
1.2.2 Request Body - JSON:
Name
Type
Required
Description
Remarks
refCode
String
Y
Mã của đối tượng
removeAllChild
Boolean
Y
Có xóa cả item con hoac chi xóa thư mục trống hiện tại
True: Xóa tất cả item con/ False: Chỉ xóa thư mục nếu trống
1.2.3 Mô tả tham số :
1.2.3.1 Tham số updateObjCmd:
1/ refCode(*): mã thư mục
2/ folderName (*): tên thư mục
1.2.4 Request Sample :
Request URI:
{{gateway}}/v1/api/node/remove
Request Body :
Value
{"refCode":"string","removeAllChild":false}
1.3. Response :
1.3.1 Response Body - JSON:
Name
Type
Description
Remarks
status
Long
Trạng thái kết quả api trả về
0 : Thành công
1 : Thất bại
data
Object
Kết quả api trả về
1.3.2 Response Sample:
Response Success data
Last updated