---
title: "Cancel noname bulk operation"
method: POST
path: "/cards/v1/bulks/{bulkID}/cancel"
tags: ["Noname"]
---

# Cancel noname bulk operation

`POST /cards/v1/bulks/{bulkID}/cancel`

Cancel noname bulk operation.

The canceling operation is executed asynchronously and generates a [Noname cancellation](https://developers.pismo.io/events/docs/cards-noname-cancellation-1) event when done.

## Path parameters

- `bulkID` string, required

## Request body

- CancelBulkRequest
  - `cancel_type` 'FULL' | 'PARTIAL', required
  - `external_ids` string[] — External ID array. If `cancel_type` = `PARTIAL`, this field is **REQUIRED**. The maximum number of cards in one bulk/batch is 1000.

## Response `202`

Bulk will be canceled asynchronously

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `404` — Not Found
- `406` — Request is out-of-range.
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
