v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Contract Routing

Invalidate contract information for an entity

Invalidates the contract for a given entity identifier

post/contract_routing.ContractScoreCalculator/InvalidateContract

Headers

x-tenant-idstring required
x-profile-idstring required
x-api-keystring required

Request body

idstring required

Entity identifier to invalidate

Example request

{
  "id": "merchant1"
}

Response

Contract invalidation succeeded

status'CONTRACT_INVALIDATION_SUCCEEDED' | 'CONTRACT_INVALIDATION_FAILED' required

Status of the invalidation operation