---
title: "Delete Replica"
method: DELETE
path: "/v1/replica/{id}"
tags: ["Replica"]
---

# Delete Replica

`DELETE /v1/replica/{id}`

Deletes a replica by its ID. This terminates the underlying sandbox and processes any outstanding billing.

## Path parameters

- `id` string, uuid, required

## Response `200`

Replica deleted successfully

- DeleteReplicaResponse
  - `success` boolean, required — Whether the deletion was successful

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

---

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