Remove a Client

Remove a client

delete

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
chevron-right
200

Client deleted successfully

application/json
successbooleanOptional
delete
/clients/{id}
200

Client deleted successfully

Last updated