SnozeDevelopers
API referenceDatabase templates

Delete a database template

Removes a saved database template and records the deletion on the workspace event ledger; databases already created from it are untouched. Requires `databases:write` in the workspace, and an unknown template returns not-found.

DELETE
/v1/workspaces/{workspaceId}/database-templates/{templateId}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string
templateId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/workspaces/string/database-templates/string"
{  "data": {    "id": "string"  }}