---
title: "Reject (delete) a pending approval"
method: DELETE
path: "/v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/approval"
tags: ["AI SDR Pending Approvals"]
---

# Reject (delete) a pending approval

`DELETE /v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/approval`

<Warning>
  **Coming soon.** This endpoint will be available by early July 2026.
</Warning>

<small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>

Discards the pending AI-generated message for a contact and removes the contact from the sequence. The queued draft and its personalization step are deleted.

Requires the AI SDR feature on the caller's team.

## Path parameters

- `sequence_id` integer, required
- `contact_id` integer, required

## Response `204`

Approval discarded and contact removed from the sequence

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team
- `404` — No pending approval exists for the given (sequence, contact) pair

---

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