Skip to content

Delete federated search content for specified source

Federated Search

Endpoint to delete federated search content for specified source. The 'source' parameter is required and indicates which external system's content to remove. Valid values include: 'federated', 'zendesk', 'intercom', 'freshdesk', or a custom source identifier provided when the content was originally added.

POST
/external-content/clear

Request Body

application/json
JSON
{
  
"source": "string"
}

Responses

Success response is empty

Samples

Gainsight CC Developer Portal