---
title: "Deletes the route"
method: DELETE
path: "/apps/{app}/routes/{route}"
tags: ["Routes"]
---

# Deletes the route

`DELETE /apps/{app}/routes/{route}`

Deletes the route.

## Path parameters

- `app` string, required
- `route` string, required

## Response `200`

Route successfully deleted.

## Other responses

- `404` — Route does not exist.
- `default` — Unexpected error

## Changes

- **2016-12-09** `3269d023cdc9` — 1 info
  - added the non-success response with the status `404`
- **2016-10-14** `c0f4fbb1ba30` — 1 info
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/iron-io/apis/ironfunctions/changes/apps/:app/routes/:route/delete.md)

---

[API](https://skmtc.dev/iron-io/apis/ironfunctions.md) · [All operations](https://skmtc.dev/iron-io/apis/ironfunctions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iron-io/ironfunctions/revisions/53fd9cdd70fc/schema)
