katana_public_api_client.api.recipe.delete_recipe_row¶
katana_public_api_client.api.recipe.delete_recipe_row
¶
Classes¶
Functions¶
asyncio(id, *, client)
async
¶
Delete a recipe row
Deletes a recipe row. The recipe rows endpoint is deprecated in favor of BOM rows.
Parameters:
-
id(int) –
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Any | ErrorResponse | None–Union[Any, ErrorResponse]
Source code in katana_public_api_client/api/recipe/delete_recipe_row.py
asyncio_detailed(id, *, client)
async
¶
Delete a recipe row
Deletes a recipe row. The recipe rows endpoint is deprecated in favor of BOM rows.
Parameters:
-
id(int) –
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[Any | ErrorResponse]–Response[Union[Any, ErrorResponse]]
Source code in katana_public_api_client/api/recipe/delete_recipe_row.py
sync(id, *, client)
¶
Delete a recipe row
Deletes a recipe row. The recipe rows endpoint is deprecated in favor of BOM rows.
Parameters:
-
id(int) –
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Any | ErrorResponse | None–Union[Any, ErrorResponse]
Source code in katana_public_api_client/api/recipe/delete_recipe_row.py
sync_detailed(id, *, client)
¶
Delete a recipe row
Deletes a recipe row. The recipe rows endpoint is deprecated in favor of BOM rows.
Parameters:
-
id(int) –
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[Any | ErrorResponse]–Response[Union[Any, ErrorResponse]]