deleteRecipe
@DELETE(value = "recipes/{id}")
Deletes a Recipe item from the API.
Return
The deleted ApiRecipe item.
Parameters
id
The ID of the Recipe item to delete.
Deletes a Recipe item from the API.
The deleted ApiRecipe item.
The ID of the Recipe item to delete.