ARE YOU USING SOMEONE ELSE'S SOFTWARE?
We'll give you 1-FREE month to switch to Bizstim!
Bizstim Business Software BOOK DEMO
TERMS & CONDITIONS:
  • at least 1 month with the other company
  • provide a screenshot of your billing history
  • purchase a paid subscription with us
  • when verified we'll add 1-FREE month to your account
  • you can stack our 3 months at 50%-OFF offer
  • not available to returning accounts

API Documentation

DELETE: CLIENT

Type: DELETE
Method: client
Parameter: (int) {client_id}
URL Examples:
https://www.bizstim.com/api/client/6578
{
    "status": "success",
    "response": "The client was deleted successfully."
}
HTTP Response:
ELEMENT TYPE DESCRIPTION
status string success or failure
response string

Possible responses are:

  • The client has sessions or financial data present. Try updating the status of the client to inactive | 409
  • The client record could not be found | 404
  • Missing Client ID | 400
  • The client was deleted successfully | 200