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

Changes

No recorded changes to this endpoint across all 1 revision of this API.