---
title: "Cancel Scheduled Auto Reply"
method: DELETE
path: "/api/app-auto-gtm/segments/{segment_id}/outreach/auto-reply/{row_id}"
tags: ["outreach"]
---

# Cancel Scheduled Auto Reply

`DELETE /api/app-auto-gtm/segments/{segment_id}/outreach/auto-reply/{row_id}`

User-initiated cancel of a pending autopilot row.

Tagged with ``cancelled_user`` so dashboards can distinguish a user's
explicit override from the system's own ``cancelled_superseded`` sweeps
(manual reply landed, 2nd prospect reply, segment toggle off, dispatch-
time re-check failed).

## Path parameters

- `segment_id` integer, required
- `row_id` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/5ea0065953b9/schema)
