deleteAssetUploadingReleaseEvent

@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + ASSET_UPLOADING_EVENTS_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
abstract fun deleteAssetUploadingReleaseEvent(@Param(value = "id") eventId: String)

Method to execute the query to delete an existing asset uploading event (AssetUploadingEvent)

Parameters

eventId

: the identifier of the event to delete