---
title: "Routing - Deactivate"
method: POST
path: "/routing/deactivate"
tags: ["Routing"]
---

# Routing - Deactivate

`POST /routing/deactivate`

Deactivates a routing config

## Request body

- RoutingConfigRequest
  - `name` string — Unique name of the routing configuration. This identifier is used to reference the routing config internally. Example:

## Response `200`

Successfully deactivated routing config

- RoutingDictionaryRecord — Metadata record representing a stored routing configuration. Used in routing dictionary listings.
  - `id` string, required — Unique identifier of the routing configuration. Example:

## Other responses

- `400` — Malformed request
- `403` — Malformed request
- `422` — Unprocessable request
- `500` — Internal server error

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/versions/8fbf69ab2597/schema)
