DELETE /1/indexes/{indexName}
Deletes an index and all its settings.
- Deleting an index doesn't delete its analytics data.
 - If you try to delete a non-existing index, the operation is ignored without warning.
 - If the index you want to delete has replica indices, the replicas become independent indices.
 - If the index you want to delete is a replica index, you must first unlink it from its primary index before you can delete it. For more information, see Delete replica indices.
 
Servers
- https://{appId}.algolia.net
 - https://{appId}-1.algolianet.com
 - https://{appId}-2.algolianet.com
 - https://{appId}-3.algolianet.com
 - https://{appId}-dsn.algolia.net
 
Path parameters
| Name | Type | Required | Description | 
|---|---|---|---|
indexName | 
            String | Yes | 
                 Name of the index on which to perform the operation.  | 
          
How to start integrating
- Add HTTP Task to your workflow definition.
 - Search for the API you want to integrate with and click on the name.
      
- This loads the API reference documentation and prepares the Http request settings.
 
 - Click Test request to test run your request to the API and see the API's response.