---
title: "Remove deployment"
method: DELETE
path: "/api/deployments/{deploymentId}"
tags: ["Deployments"]
---

# Remove deployment

`DELETE /api/deployments/{deploymentId}`

Soft delete a deployment by its ID.

## Path parameters

- `deploymentId` string, uuid, required

## Response `200`

Confirmation of the deleted deployment

- object — Confirmation of the deleted deployment
  - `id` string, uuid, required — ID of the deleted deployment

---

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