diff --git a/README.md b/README.md
index d964f88..c431f0f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
This Github action is an official [Relisio](https://www.relisio.com/) deploy utility.
-Use it to create/update products within your workspace.
+Use it to create products within your workspace.
### Prerequisites
1. an active workspace at [www.relisio.com](https://www.relisio.com) or a self-hosted copy of Relisio;
@@ -12,8 +12,7 @@ Use it to create/update products within your workspace.
1. consider that Relisio is currently in Beta, and breaking changes may occur at any time,
2. the `api-key` can be generated (and destroyed) from your workspace settings,
- 3. if you intend to update a product (instead of creating a new one), you must specify the `product-template-id` input,
- 4. optionally you may use this action together with
+ 3. optionally you may use this action together with
- `Studio-41/relisio-artefact-action@v1`
- `Studio-41/relisio-project-action@v1`
diff --git a/action.yml b/action.yml
index eb6360c..b5162a6 100644
--- a/action.yml
+++ b/action.yml
@@ -14,9 +14,6 @@ inputs:
product-template-id:
description: 'ID of an existing product withing the workspace to clone as the base for this new product'
required: false
- product-id:
- description: 'ID of an existing product (only if you want to update the existing product)'
- required: false
product-name:
description: 'Name of the product'
required: true