BI-IN-A-BOX
  1. admin
BI-IN-A-BOX
  • azure
    • list containers
      GET
    • list container contents
      GET
  • fo
    • secured
      • admin
        • client list
          GET
        • client create
          POST
        • client update
          PUT
        • client delete
          DELETE
      • client
        • installer/status
        • installer/images
      • properties
        • erp-types
    • unsecured
      • health
      • downloads
    • auth
      • token
  1. admin

client delete

Developing
DELETE
/secured/api/clients/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE '/secured/api/clients/{{COMPANY_ID}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-03-07 18:22:36
Previous
client update
Next
installer/status
Built with