---
title: "CancelEsignatureCeremonyResponse"
url: "https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec/schemas/CancelEsignatureCeremonyResponse"
---

> Full API specification: https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec.md

# CancelEsignatureCeremonyResponse

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Market Connect Order Entry API
  version: 1.0.3
servers:
  - url: https://dev.api.zinnia.io
  - url: https://qa.api.zinnia.io
  - url: https://uat.api.zinnia.io
components:
  schemas:
    CancelEsignatureCeremonyResponse:
      type: object
      properties:
        success:
          type: boolean
          description: True when the DocuSign ceremony was voided and the case returned to
            Pending upstream.
        message:
          type: string
          description: User-safe message when success is false; may also confirm the
            outcome when true.
          nullable: true
      additionalProperties: false
      example:
        success: true
        message: E-signature ceremony canceled; case is Pending.
```
