DeleteDeviceFromCustomer
Delete box device from customer in the TVMS
DELETE
/api/DeleteDeviceFromCustomer/deleteDeviceFromCustomer
Request Body
uuid*
String
uuid is the mac address or serial number from the device you want to delete from the customer
cmsService*
String
The CMS identifier that it attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS
crmService*
String
The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
userid*
String
the userid of the customer
password*
String
the password of the customer. Put 0 if you don't have
authToken*
String
The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request
Delete device from customer in the TVMS
DELETE
/api/DeleteDeviceFromCustomer/deleteCloudDeviceFromCustomer
Request Body
uuid*
String
uuid is the mac address or serial number from the device you want to delete from the customer
cmsService*
String
The CMS identifier that it attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS
crmService*
String
The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
userid*
String
the userid of the customer
password*
String
the password of the customer. Put 0 if you don't have
authToken*
String
The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request
Last updated