curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/templates/{name}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Delete Template V1
Delete a tenant-owned template. Built-in names cannot be deleted (404)…
DELETE
/
api
/
v1
/
templates
/
{name}
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/templates/{name}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Delete a tenant-owned template.
Built-in names cannot be deleted (404). Existing jobs that referenced
the template by name continue to work — the
template column is
informational, not a foreign key.
Path parameters
string
required
Response
No response body. Successful Response.Status codes
| Code | Meaning |
|---|---|
204 | Successful Response |
422 | Validation Error |
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/templates/{name}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Last modified on August 31, 2026