API Reference

delete_writer_note

Description

Removes the note from a writer for that client. Please note that only one note can be stored at a time.

Required

writer_id

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"writer_id":"VALUE",
	  
   },
   "action":"delete_writer_note"
}