Delete FGate Group
Description
This interface is used for users to delete an FGate group.
Request Address
URL:
[Host Server]/api/client/group/{groupId}
Address Parameter Description
Field Type Description Host Server string See Explanation of terms groupId Long The ID of the group. The groupId is the id of the largest group unit obtained from the FGate list. Method
DELETE
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from the login interface X-FBox-ClientId string See Appendix One for details. Body
NULL
Success Response
NULL
Response Codes
Code Description 200 Request succeeded 401 Access token expired 404 Interface does not exist or FGate group does not exist 406 Cannot delete the last group