deleteTemplate
Delete a template
Soft-deletes a template by marking it as archived. Use permanent=true
to permanently delete the template and its associated data.
Scope: templates:manage
Maps to OpenAPI operationId deleteTemplate — DELETE /manage-templates/{id}.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. | |
| permanent | No | When true, permanently deletes the template instead of archiving it. |