delete Update

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + UPDATES_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun deleteUpdate(@Param(value = "id") updateId: String)

Method to execute the query to delete an existing ProjectUpdate

Parameters

updateId

: the update identifier