Training

Removes a website

Removes a website entry from the system including all the trained data. Any AI Agent that utilized the content for responses will stop referencing those documents.

DELETE/v1/accounts/:accountID/applications/:applicationID/ai-agents/:aiAgentID/websites/:websiteID
Click to copy
curl --request DELETE \
--url http://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

Returns a status code of 204 with no content returned in the body.

Errors

A common set of Error Responses can be found here.