---
title: "ContractAssignmentChangeDeletedData"
url: "https://developer.agentsync.io/apis/contracting-hierarchies-api/versions/40f58935-396e-4da4-8f47-1587041e1b16/schemas/ContractAssignmentChangeDeletedData"
---

> Full API specification: https://developer.agentsync.io/apis/contracting-hierarchies-api/versions/40f58935-396e-4da4-8f47-1587041e1b16.md

# ContractAssignmentChangeDeletedData

Payload for the `contract.assignment_change.deleted` event.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: AgentSync Contracting & Hierarchies API
  version: v1.7.6
servers:
  - url: https://api.sandbox.agentsync.io/contracting
    description: Sandbox
  - url: https://api.agentsync.io/contracting
    description: Production
components:
  schemas:
    ContractAssignmentChangeDeletedData:
      title: ContractAssignmentChangeDeletedData
      type: object
      description: Payload for the `contract.assignment_change.deleted` event.
      required:
        - contractAssignmentChangeId
        - contractAssignmentChangeDisplayNumber
      properties:
        contractAssignmentChangeId:
          type: string
          format: uuid
          description: The unique identifier of the contract assignment change.
          example: 550e8400-e29b-41d4-a716-446655440000
        contractAssignmentChangeDisplayNumber:
          type: string
          description: The display number of the contract assignment change.
          example: CAC-00001
```
