BulkDeleteCustomers

Deletes (trashes) a customer in the TVMS

POST /api/BulkDeleteCustomers/trashCustomer

Query Parameters

NameTypeDescription

customerStatus*

String

Delete customers from the system, only Pending, Expired or Disabled are allowed

crmService*

String

The CRM identifier name where the customer needs to be deleted from, you can find this name on the main screen of the TVMS

cmsService*

String

The CMS identifier that it's attached to the CRM you want to delete this customer from, you can find this name on the main screen of the TVMS

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

Last updated