Zoho Recruit
metadata.fields.delete
Delete a custom field from a module. Field must not be used in workflows, approvals, scoring rules, or other configurations. Only one field can be deleted per request.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called metadata.fields.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"module": {
"type": "string",
"maxLength": 100,
"description": "Specifies the module name"
},
"fieldId": {
"type": "string",
"format": "int64",
"description": "ID of the custom field to delete"
}
}
}