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
Example request
{
"created_by": "test_merchant",
"routing_algorithm_id": "rule_abc123"
}Response
Rule deactivated. The response body is empty.