---
title: "Delete A Specific Route"
method: DELETE
path: "/routes"
tags: ["Routes"]
---

# Delete A Specific Route

`DELETE /routes`

## Request body

- object
  - `route-destination-match-pattern` string, required — This is the main route match for the destination.
  - `route-source-match-pattern` string — This is the source route, in most cases this should default to * and not be set otherwise.
  - `route-class` string — This for jurisdictional routing of class. Leave as * for most cases.
  - `route-match-server-hostname` string, hostname — This field will limit the route to only be effective on a matching hostname. This allow for localized routing to a closest carrier's POP or other special cases.

## Response `202`

- SuccessResponse
  - `code` integer, required
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/versions/d37f65b5b886/schema)
