pub async fn delete_note(
configuration: &Configuration,
id: i32,
) -> Result<DeleteNoteResponse200, Error<DeleteNoteError>>
Expand description
Deletes a specific note.
pub async fn delete_note(
configuration: &Configuration,
id: i32,
) -> Result<DeleteNoteResponse200, Error<DeleteNoteError>>
Deletes a specific note.