---
title: "Invalidate elimination bucket"
method: POST
path: "/elimination.EliminationAnalyser/InvalidateBucket"
tags: ["Elimination"]
---

# Invalidate elimination bucket

`POST /elimination.EliminationAnalyser/InvalidateBucket`

Invalidates all elimination bucket data for a specific entity, effectively resetting its processor elimination history.

## Headers

- `x-tenant-id` string, required
- `x-profile-id` string, required
- `x-api-key` string, required

## Request body

- InvalidateBucketRequest
  - `id` string, required — Entity identifier to invalidate the bucket

## Response `200`

Buckets invalidated successfully

- InvalidateBucketResponse
  - `status` 'BUCKET_INVALIDATION_SUCCEEDED' | 'BUCKET_INVALIDATION_FAILED', required — Status of the invalidate operation

## Other responses

- `400` — Invalid request parameters
- `500` — Internal server error

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
