markJetpackAsDeleted

abstract suspend fun markJetpackAsDeleted(id: String)

Marks a jetpack as deleted by setting the deleted flag to 1 and the needsSync flag to 1. Also sets the syncAction to 'DELETE'.

Parameters

id

The ID of the jetpack to mark as deleted.