Remove a Client
Deletes a client and all associated data such as messages and orders.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired
idstringRequired
ID of the client to delete
Responses
200
Client deleted successfully
application/json
successbooleanOptional
delete
/clients/{id}200
Client deleted successfully
Last updated