bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

Implement Delete Key-Value Pair for Object Helper

Open marko-kriskovic opened this issue 1 year ago • 2 comments

Action: Delete Key-Value Pair

Description: deletes a key-value pair in the given object by the specified key. Returns the modified object

Input Types: object(INPUT), string(KEY) Output Types: object()

Inputs: input: { key1: value1, key2: value2 } key: "key1"

Output: input:{ key2: value2, }

marko-kriskovic avatar Oct 01 '24 11:10 marko-kriskovic

Hello @marko-kriskovic I´m a student and I would like to resolve this issue for you, can you assign it to me?

xStuti12 avatar Oct 02 '24 13:10 xStuti12

Hey @xStuti12, welcome to Bytechef! :smile:

Please start with our Contributing guide.

Here is the link to the recently published documentation.

This is the path to Object Helper

marko-kriskovic avatar Oct 03 '24 12:10 marko-kriskovic

Hello again @marko-kriskovic I implemented a solution for this issue and have also created a pull request. However I have not been able to generate the documentation for my implementation due to an unknown error. Please check the implementation and notify me of any discrepancies :)

xStuti12 avatar Oct 24 '24 17:10 xStuti12