delete https://example.com/api/basedata/v1/notes/
This performs a soft delete. The Note is not removed from the database
Log in to see full request history
Responses
200Deleted
404Not Found
This performs a soft delete. The Note is not removed from the database
200Deleted
404Not Found
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/api/basedata/v1/notes/id
Try It!
to start a request and see the response here!