Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you renamed a source you remove section, you need to delete the content of the source. Otherwise the source entries are orphaned and “float around” and will be seen on the dashboard or inside the global search results.

An index, and therefore its content, can be deleted with this call:

/api/deleteIndex POST

Body:

{
  "indexName":"FirstSteps"
}

We recommend you to use Postman for such administrative tasks.

You need to be authenticated as Admin before you can execute this request.

  • No labels