Overview
Beyond creating and reading assistants, the API provides two endpoints for managing an assistant's lifecycle: Delete, which permanently removes an assistant, and Update (PATCH), which partially updates specific fields on an existing assistant without replacing the whole resource.
This page is distinct from Assistant Config Versioning, Rollback & Publishing, which covers a Git-based, CI/CD-driven process for promoting assistant configuration changes across dev/uat/prod environments. This page is the raw API mechanics of the delete and update endpoints themselves — useful on their own even if you aren't using that Git-based workflow.