---
title: "Delete forwarding rule"
method: DELETE
path: "/api/{cloudId}/v1/forwarding-rules/{id}"
tags: ["Forwarding rules"]
---

# Delete forwarding rule

`DELETE /api/{cloudId}/v1/forwarding-rules/{id}`

Deletes a forwarding rule with given id in the request.

## Path parameters

- `id` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `402` — Returned if the customer subscription plan does not cover forwarding rules.
- `403` — Returned if the request user does not have permission to delete forwarding rule.
- `404` — Returned if the request with given id does 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)
