- Introduction
- Changelog Release
- Local Development
- Child
- daily-note-controller
- fetus-image-controller
- file-controller
- migration-controller
- milestone-controller
- mood-tracker-controller
- mother-weight-controller
- pregnancy-controller
delete daily note by id
DELETE
/daily-notes/delete
daily-note-controller
Request
Query Params
noteId
integer
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/daily-notes/delete?noteId='
Responses
🟢200OK
application/json
Body
data
string
optional
Example
{
"data": "string"
}
Modified at 2023-01-24 09:44:30