deleteEntries

Operation Id:
entries/entries/delete/post [Official Documentaction]
Methods

  • entryId Integer
Examples

This function deletes the entry with the ID of 1176310652.

const result = await idosellRequest.deleteEntries
	.entryId(1176310652)
	.exec()