Zoho Recruit
metadata.profiles.delete
Deletes an existing Recruit profile by ID. **Scopes:** * ZohoRecruit.settings.profiles.all * ZohoRecruit.settings.profiles.delete
Remote zoho/recruit
Remote (network-hosted)
Other tools also called metadata.profiles.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "int64",
"description": "Unique identifier of the note"
},
"transfer_to_id": {
"type": "string",
"format": "int64",
"description": "Profile ID to which users of the deleted profile will be transferred."
}
}
}