Delete FGate
Description
This interface is used for users to delete an FGate.
Note:
Only the owner of the FGate can delete it. Shareholders of the FGate cannot delete it actively. After the owner deletes the FGate , all the shared users automatically lose access to it.Request Address
URL:
[Host Server]/api/client/v2/box/{boxId}
Address Parameter Description
Field Type Description Host Server string See Explanation of terms boxId Long Find it in Get FGate list interface: boxRegs->box->id Method
DELETE
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from the login interface Body
NULL
Response Success
NULL
Response Codes
Code Description 401 Access token expired 403 FGate does not exist 404 Not the owner of the FGate