---
title: "Delete routing rule"
method: DELETE
path: "/api/{cloudId}/v1/teams/{teamId}/routing-rules/{id}"
tags: ["Routing rules"]
---

# Delete routing rule

`DELETE /api/{cloudId}/v1/teams/{teamId}/routing-rules/{id}`

Deletes a routing rule with given id in the request.

## Path parameters

- `teamId` string, required
- `id` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission delete routing rule.
- `404` — Returned if routing rule owning team or routing rule are not found.

---

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