remove Service

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + SERVICES_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun removeService(@Param(value = "id") serviceId: String)

Query used to remove a service

Parameters

serviceId

The identifier of the service