Parameters
JSON body
Request body
application/jsonnoteIdnumberRequiredInternal note id.
JSON body
noteIdnumberRequiredInternal note id.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/member/notes/delete
curl -X POST "https://api.bizkithub.com/bff/member/notes/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"noteId": 0
}'All BizKitHub public API endpoints require authentication via API key.