katana_public_api_client.api.manufacturing_order.delete_manufacturing_order¶
katana_public_api_client.api.manufacturing_order.delete_manufacturing_order
¶
Classes¶
Functions¶
asyncio(id, *, client)
async
¶
Delete a manufacturing order
Deletes a single manufacturing order by id.
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 | DetailedErrorResponse | ErrorResponse | None–Union[Any, DetailedErrorResponse, ErrorResponse]
Source code in katana_public_api_client/api/manufacturing_order/delete_manufacturing_order.py
asyncio_detailed(id, *, client)
async
¶
Delete a manufacturing order
Deletes a single manufacturing order by id.
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 | DetailedErrorResponse | ErrorResponse]–Response[Union[Any, DetailedErrorResponse, ErrorResponse]]
Source code in katana_public_api_client/api/manufacturing_order/delete_manufacturing_order.py
sync(id, *, client)
¶
Delete a manufacturing order
Deletes a single manufacturing order by id.
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 | DetailedErrorResponse | ErrorResponse | None–Union[Any, DetailedErrorResponse, ErrorResponse]
Source code in katana_public_api_client/api/manufacturing_order/delete_manufacturing_order.py
sync_detailed(id, *, client)
¶
Delete a manufacturing order
Deletes a single manufacturing order by id.
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 | DetailedErrorResponse | ErrorResponse]–Response[Union[Any, DetailedErrorResponse, ErrorResponse]]