# Archive a fact-find template. **POST /api/v2/fact-find/templates/{factFindTemplate_uuid}/archive** Hides the template from the default list and blocks new sessions. ## 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) - **display_name** (string) - **description** (string) - **opening_statement** (string) - **closing_statement** (string) - **is_published** (boolean) - **archived_at** (string) - **is_archived** (boolean) - **is_locked** (boolean) - **active_session_count** (integer) - **sections** (object) ### 422 Validation error #### Body: application/json (object) - **message** (string) A human-readable description of the error. - **errors** (object) Validation messages keyed by the field that failed. [Powered by Bump.sh](https://bump.sh)