---
title: "ContractDeletedData"
url: "https://developer.agentsync.io/apis/contracting-hierarchies-api/versions/39b33a90-6aa5-4a42-85f4-8b57030fc5de/schemas/ContractDeletedData"
---

> Full API specification: https://developer.agentsync.io/apis/contracting-hierarchies-api/versions/39b33a90-6aa5-4a42-85f4-8b57030fc5de.md

# ContractDeletedData

Payload for the `contract.deleted` event.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: AgentSync Contracting & Hierarchies API
  version: v0.1146.2
servers:
  - url: https://api.sandbox.agentsync.io/contracting
    description: Sandbox
  - url: https://api.agentsync.io/contracting
    description: Production
components:
  schemas:
    ContractDeletedData:
      title: ContractDeletedData
      type: object
      description: Payload for the `contract.deleted` event.
      required:
        - contractId
      properties:
        contractId:
          type: string
          format: uuid
          description: The unique identifier of the contract.
          example: 550e8400-e29b-41d4-a716-446655440000
```
