---
title: "Delete a script"
method: DELETE
path: "/scripts/{name}"
tags: ["Scripts"]
---

# Delete a script

`DELETE /scripts/{name}`

Soft-delete a project script by name.

## Path parameters

- `name` string, required — Script to delete.

## Request body

- object
  - `projectId` string, uuid — Project that owns the script. Auto-filled from CLI and SDK context when omitted.

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
