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