deleteClientsGiftcards

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

  • giftCards Array<Object>
  • id Integer
  • number String
Examples

This function deletes the gift card with ID 25 from the clients' records.

const result = await idosellRequest.deleteClientsGiftcards
	.id(25)
	.exec()