Delete a User Recipe
Last updated
Was this helpful?
Last updated
Was this helpful?
Use the deleteUserRecipe
mutation to delete a specific recipe Use a b64 id to delete the recipe. Note that only the owner of the recipe can delete it.
Argument
Type
Description
Id
String
The following field will be part of the response.
Field name
Type
Description
success
Boolean
True if the user's recipe has been deleted. Otherwise, it displays False
message
String
Description of the result
Unique Id of the user's recipe. Get the information of all your recipes by executing the query.