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
200

Client deleted successfully

application/json
delete
/clients/{id}
DELETE /ext/v2/{businessname}/clients/{id} HTTP/1.1
Host: api.pingueen.it/ext/v2/{businessname}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Client deleted successfully

{
  "success": true
}

Last updated