Skip to main content

Deactivate Routing Algorithm

Use /routing/deactivate to remove the active mapping for a merchant-scoped routing algorithm without deleting the algorithm itself.

Request

Response

Success returns HTTP 200 with an empty response body.

Behavior

  • If the routing algorithm exists and is active for the merchant, the active mapping is deleted.
  • If the routing algorithm exists but is already inactive, the request still succeeds.
  • If the routing algorithm ID does not exist, the request fails with 400.