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