Operation Id:
clients/tags/clear/delete/post [Official Documentaction]
Methods
- clientId Integer
Examples
This function deletes all the tags associated with the client ID 3.
const result = await idosellRequest.deleteClientsTagsClear
.clientId(3)
.exec()