---
title: "Refuse Leads"
method: POST
path: "/v1/sequence-templates/{sequence_template_id}/leads/refuse"
tags: ["sequence-templates"]
---

# Refuse Leads

`POST /v1/sequence-templates/{sequence_template_id}/leads/refuse`

Refuse leads waiting for review for a sequence template.

Requires the `sequences:write` scope on the API key.

## Path parameters

- `sequence_template_id` string, uuid, required

## Request body

- LeadTransitionPublicInput
  - `contact_ids` string[], nullable — Specific contacts waiting for review. Omit to process all leads waiting in FOUND status.

## Response `200`

Successful Response

- LeadTransitionPublicOutput
  - `updated_count` integer, required — Number of leads transitioned to the target status.
  - `skipped_count` integer, required — Number of leads skipped (not in FOUND status, invalid transition, or not found).

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/revisions/80f4fd40b75e/schema)
