---
title: "Delete gateway"
method: DELETE
path: "/api/gateways"
tags: ["Admin"]
---

# Delete gateway

`DELETE /api/gateways`

## Request body

- object
  - `id` integer, required

## Response `200`

Gateway deleted

- object
  - `success` boolean

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/gateways/delete.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
