deleteClientsTags

Operation Id:
clients/tags/delete/post [Official Documentaction]
Methods

  • params Array<Object>
  • clientId Integer
  • tagId Integer
Examples

This function deletes the tag with ID 2 from the client with ID 3.

const result = await idosellRequest.deleteClientsTags
	.clientId(3)
	.tagId(2)
	.exec()