# Unpublish a fact-find template — retires it from the picker so no new sessions can be created against it. Existing sessions are unaffected. **POST /api/v2/fact-find/templates/{factFindTemplate_uuid}/unpublish** Allowed even when the template is locked: this is the adviser's escape hatch for "I want to stop using this template" without losing history. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **factFindTemplate_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **name** (string) - **description** (string) - **opening_statement** (string) - **closing_statement** (string) - **is_published** (boolean) - **is_locked** (boolean) - **active_session_count** (integer) - **sections** (object) [Powered by Bump.sh](https://bump.sh)