Templates
Delete a template
Delete a template owned by the caller’s team. Returns 409 if any
active or paused sandbox still references this template, or if a
build is currently in progress; cancel those first.
DELETE
Delete a template
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a template owned by the caller’s team. Returns 409 if any
active or paused sandbox still references this template, or if a
build is currently in progress; cancel those first.
curl --request DELETE \
--url https://api.superserve.ai/templates/{template_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}curl --request DELETE \
--url https://api.superserve.ai/templates/{template_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}