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.
Loading editor...
const result = await idosellRequest.deleteClientsTagsClear .clientId(3) .exec();