Note

Delete an image from a note

DELETE
/api/v1/note/image/delete/{noteId}/{imageId}
/api/v1/note/image/delete/{noteId}/{imageId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

noteId
Required
string

The note ID to delete from

imageId
Required
string

The image ID to delete

curl -X DELETE "https://example.com/api/v1/note/image/delete/string/string" \
  -H "Authorization: <token>"

OK