---
title: "Delete a routing key"
method: DELETE
path: "/api-public/v1/org/routing-keys/{routingKey}"
tags: ["Routing Keys"]
---

# Delete a routing key

`DELETE /api-public/v1/org/routing-keys/{routingKey}`

Deletes an existing routing key. The default routing key cannot be deleted.

This API may be called a maximum of 2 times per second.

## Path parameters

- `routingKey` string, required

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Response `200`

The routing key was successfully deleted

- object
  - `routingKey` string
  - `result` string

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `404` — Path not found
- `500` — Internal Server Error

## Changes

- **2026-07-26** `7a7391256058` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/victorops/apis/victorops-api/changes/api-public/v1/org/routing-keys/:routingKey/delete.md)

---

[API](https://skmtc.dev/victorops/apis/victorops-api.md) · [All operations](https://skmtc.dev/victorops/apis/victorops-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/victorops/victorops-api/revisions/7a7391256058/schema)
