Delete Note Type

Purpose

To delete an existing note type in your Zoho Recruit account via API.

Request URL

https://recruit.zoho.com/recruit/v2/settings/note_types/{note_type_id}

{note_type_id} - The unique ID of the note type

Request Method

DELETE

Scope

scope=ZohoRecruit.settings.note_type.all

(or)

scope=ZohoRecruit.settings.note_type.{operation_type}

Possible operation types
ALL - Full data access
DELETE - Delete tag data

Possible Errors

HTTP StatusErrorMessageReason
403NO_PERMISSIONThe user doesn't have the Customize Zoho Recruit permissionThe user does not have permission to upload files. Contact your system administrator
400INVALID_DATAInvalid data in body parameter. Check input data formatThe data type used in the body of the request is invalid.

 

Sample Response

Copied{
   "note_types": [
       {
           "code": "SUCCESS",
           "details": {
               "id": 100001000000029010
           },
           "message": "note type deleted successfully",
           "status": "SUCCESS"
       }
   ]
}