Cannot delete user through Mail API

Cannot delete user through Mail API

Hi,

I use this code to delete a user.

  1. headers = {'Authorization': 'Zoho-authtoken <my token>'}
  2. url = 'https://mail.zoho.com/api/organization/zoid/accounts/zuid'
  3. r = requests.delete(url, headers = headers)

The result always show this error: Please help me to show me where i miss. Thanks 

  1. {
  2.     "data": {
  3.         "errorCode": "LESS_THAN_MIN_OCCURANCE",
  4.         "moreInfo": "zuid Less than minimum occurence"
  5.     },
  6.     "status": {
  7.         "code": 400,
  8.         "description": "Invalid Input"
  9.     }
  10. }