Sazabi
APIScripts

Delete a script

DELETE
/scripts/{name}

Soft-delete a project script by name.

Path Parameters

name*string

Script to delete.

Match^[a-zA-Z0-9][a-zA-Z0-9_-]{0,63}$
Length1 <= length <= 64

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/scripts/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty