# Delete the specific note **DELETE /notes/{noteid}** To delete the requested note, that the logged in user has access and permission to delete ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **noteid** (integer) The ID of the note to delete. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **success** (string) - **note_id** (integer) The ID of the note just deleted - same as the original note id ### 400: Error #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)