Training
Removes a website
Removes a specific website from the system, including all the trained data associated with that website. Once removed, any AI Agent that used the content from that website will no longer reference it for responses.
Important Notes:
- This action permanently removes the website and its associated data from the system.
- Once the website is deleted, the AI Agent will no longer use the website content for generating responses.
- Ensure that the website removal is intentional, as this operation cannot be undone.
curl --request DELETE \
--url https://api.sidecarcx.com/v1/accounts/:accountID/applications/:applicationID/ai-agents/:aiAgentID/websites/:websiteID \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
Path Parameters
- :accountID - REQUIRED[String]
The referenced account ID.
- :applicationID - REQUIRED[String]
The referenced application ID.
- :aiAgentID - REQUIRED[String]
The referenced AI Agent ID.
- :websiteID - REQUIRED[String]
The referenced website ID.
Response
Indicates the request was successful. Returns a status code of204
with no content returned in the response body.Errors
A common set of Error Responses can be found here.