---
title: "CaseCancellationResponse"
url: "https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84/schemas/CaseCancellationResponse"
---

> Full API specification: https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84.md

# CaseCancellationResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia Policy Transactions API.
  version: 1.0.8
servers:
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://qa.api.zinnia.io
    description: QA Environment
components:
  schemas:
    CaseCancellationResponse:
      type: object
      properties:
        caseId:
          type: string
          description: The unique identifier of the cancelled case
          example: CA0000007516
        correlationId:
          type: string
          description: Unique identifier to trace the request across systems
          example: 218d8992-3783-42ac-b59a-66cbc36adaa2
        caseStatus:
          type: string
          description: The updated status of the case
          example: CANCELLED
        message:
          type: string
          description: Confirmation message
          example: Case cancellation initiated successfully
```
