Zoho Recruit

attachments.delete

Delete a link attachment associated with a specific record in a module.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called attachments.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "Unique identifier of the note"
    },
    "recordId": {
      "type": "string",
      "maxLength": 64,
      "description": "The unique identifier of the record"
    },
    "moduleApiName": {
      "type": "string",
      "maxLength": 64,
      "description": "The API name of the module"
    }
  }
}