> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onepay.la/llms.txt
> Use this file to discover all available pages before exploring further.

# Eliminar debito por referencia

> Elimina un debito automatico suscrito de tus clientes.

<ParamField body="reference" type="string" required>
  La referencia del debito automatico a eliminar.
</ParamField>

<ParamField body="phone" type="string" required placeholder="+573178954623">
  El numero de telefono del cliente en formato E.164.
</ParamField>

<ResponseExample>
  ```json 204 theme={null}
  no content
  ```
</ResponseExample>
