CustomerDelete

With this function, an existing customer record can be deleted if there are no more subscriptions assigned to him.

Using the option “delete_contacts” you can also delete the contact details if they’re not in use anywhere else.

This method is available with LiveConfig v2.11.0.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

cid

long

^\d{1,18}$

no

Customer number

delete_contacts

integer

^[01]$

yes

delete contact details not in use any more

Response

Field

Type

Null?

Description

status

string

no

Status (“ok”)


Last updated on Jan 18, 2021.
next: CustomerEdit
previous: CustomerAdd