> ## Documentation Index
> Fetch the complete documentation index at: https://docs-platform.services-valid.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancelar processo em lote

> Altera o estado de um processo de assinatura em lote para 'cancelado'.

## Path Parameters

<ParamField path="signature_process_batch" type="string" required>
  UUID do processo de assinatura em lote. **Exemplo**:
  `43fc2d36-e9a3-41a3-9c42-49894f75a1d7`
</ParamField>

## Response

<ResponseField name="message" type="string">
  Mensagem de sucesso. **Exemplo**: `Processo de assinatura em lote cancelado
      com sucesso.`
</ResponseField>

<ResponseExample>
  ```json 200 OK theme={"theme":"catppuccin-latte"}
  {
    "message": "Processo de assinatura em lote cancelado com sucesso."
  }
  ```

  ```json 401 Não autenticado theme={"theme":"catppuccin-latte"}
  ```

  ```json 403 Não autorizado theme={"theme":"catppuccin-latte"}
  ```

  ```json 500 Internal Server Error theme={"theme":"catppuccin-latte"}
  ```
</ResponseExample>
