---
title: "Deletes a batch of stubs by IDs"
method: POST
path: "/stubs/batchDelete"
tags: ["stubs"]
---

# Deletes a batch of stubs by IDs

`POST /stubs/batchDelete`

Takes IDs as input and deletes them

## Request body

- ID[] — A list of stub UUIDs.

## Response `204`

Successful operation

## Other responses

- `400` — Invalid IDs provided
- `404` — Some stubs not found
- `413` — Payload Too Large
- `500` — Internal Server Error

## Changes

- **2026-08-19** `591c74ba50d8` — 1 info
  - added the non-success response with the status `413`

[Change history](https://skmtc.dev/bavix/apis/gripmock-api-schema/changes/stubs/batchDelete/post.md)

---

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