---
title: "Cancel Task"
method: GET
path: "/reference_check/tasks/{task_id}/cancel"
tags: ["Reference Check"]
---

# Cancel Task

`GET /reference_check/tasks/{task_id}/cancel`

Cancel task that is scheduled/in progress.

Once a task is successfully canceled its status will be `CANCELLED`.

## Path parameters

- `task_id` string, required

## Headers

- `authorization` string — Set to `Bearer <token>` to pass token for authorization.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scite/apis/scite-api.md) · [All operations](https://skmtc.net/scite/apis/scite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scite/scite-api/versions/9f4cba020e89/schema)
