v11

OpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
Routing Rules

Deactivate routing rule

Deactivate an active routing rule mapping by routing algorithm ID for a merchant. The call is idempotent: if the algorithm exists but is already inactive for the merchant, the API returns success.

post/routing/deactivate

Request body

created_bystring required
routing_algorithm_idstring required

Example request

{
  "created_by": "test_merchant",
  "routing_algorithm_id": "rule_abc123"
}

Response

Rule deactivated. The response body is empty.