API.delete_model_note#

API.delete_model_note(note_id: int, raise_on_status: bool = True) Optional[Response]#

Delete model note.

Parameters
note_idint

The model note id

raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
httpx.Response

The response object.