---
title: "NpnDeactivatedEventData"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4/schemas/NpnDeactivatedEventData"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4.md

# NpnDeactivatedEventData

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.86.10
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    NpnDeactivatedEventData:
      type: object
      required:
        - npn
        - deactivatedAt
      properties:
        npn:
          type: string
          description: The National Producer Number removed from your monitored population.
          example: "15645555"
        deactivatedAt:
          type: string
          format: date-time
          description: UTC time the NPN was deactivated on your account.
          example: 2026-08-18T19:18:22.982Z
```
