cURL
curl --request DELETE \ --url https://api.example.com/api/core/guided_search_fields/knowledge_asset/{knowledge_asset_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a guided search field and detach it from a knowledge asset
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Guided search field id
Successful Response
Was this page helpful?