Removes the sharee with the given email, access to the given note
Request
DELETEhttps://api.jot.bforborum.com/api/v1/note/share
Required HTTP Request Headers
Header | Format |
---|---|
Authorization | Basic USER_API_KEY |
Query String
{}
Request Body
{ "id": "NOTE_ID", "email": "SHAREE_EMAIL" }
Response
Response Body
{ "statusCode": 200 }