Delete a spatial index
delete
/spatialviewer/api/v1/indexes/{indexName}
Request
Path Parameters
- indexName
-
Type:
stringRequired:trueThe index name.
Response
Supported Media Types
- application/json
200 Response
successful request
Body
Root Schema : DeleteHadoopIndexJobResponse
Type:
object- o:successCode
-
Type:
stringThe success code.Example:SV-05001 - response
-
Type:
stringName of the deleted index.Example:TweetsJune - status
-
Type:
stringsuccess or errorExample:success - title
-
Type:
stringService title.Example:Delete index.