Clay

archive_contact

Archive a contact record in Clay. This endpoint should only be used when you need to archive a contact.

Remote clay-inc/clay-mcp

Other tools also called archive_contact? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "contact_ids": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "example": [
        123,
        456
      ],
      "description": "The IDs of the contacts to perform the action on."
    }
  }
}
          

Provider

Clay →