diff --git a/docs/tutorial/IndexerService.md b/docs/tutorial/IndexerService.md index 7125c294e582321d97f74e7f892ee41f3be89614..5743704fffae8d3f161d3e9802920153db864cf3 100644 --- a/docs/tutorial/IndexerService.md +++ b/docs/tutorial/IndexerService.md @@ -145,7 +145,7 @@ will use the same schema and overwrite records with the same ids. Default value [Back to table of contents](#TOC) ## Delete API <a name="delete"></a> -Delete api is used to delete an index for a specific kind. +Delete API is used to delete an index for a specific kind. Only users who belong to the Entitlement groups 'users.datalake.ops' can make calls to this API. ``` @@ -345,4 +345,4 @@ The above query will return all records which had problems due to fields mismatc Please refer to the [Search service](https://community.opengroup.org/osdu/platform/system/search-service/-/blob/master/docs/api/search_openapi.yaml#L28) documentation for examples on different kinds of search queries. -[Back to table of contents](#TOC) \ No newline at end of file +[Back to table of contents](#TOC)