Skip to main content
POST
/
elimination.EliminationAnalyser
/
InvalidateBucket
Invalidate elimination bucket
curl --request POST \
  --url https://api.example.com/elimination.EliminationAnalyser/InvalidateBucket \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-profile-id: <x-profile-id>' \
  --header 'x-tenant-id: <x-tenant-id>' \
  --data '
{
  "id": "merchant1"
}
'
{
  "status": "BUCKET_INVALIDATION_SUCCEEDED"
}

Headers

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

Body

application/json
id
string
required

Entity identifier to invalidate the bucket

Example:

"merchant1"

Response

Buckets invalidated successfully

status
enum<string>
required

Status of the invalidate operation

Available options:
BUCKET_INVALIDATION_SUCCEEDED,
BUCKET_INVALIDATION_FAILED