for Developers

for Developers

  • Docs
  • Help

›API References

Introduction

  • Description
  • Available Services

Get Started

  • Integration Example (google maps js, leafletjs, mapbox)
  • Using Raster Files
  • Variable Rate Application using the Demo
  • Variable Rate Application using API

API References

  • Login
  • Register Fields
  • Update Fields
  • Delete Fields
  • List Fields
  • List Files
  • Download Files
  • Register Webhooks For Notifications
  • Upload Raster Files
  • Get Processed Raster Files
  • Value at Location
  • Field Boundary Detection
  • Register Field Metadata

VRA (Beta)

  • Variable Rate Application (Beta)
  • GeoJson to Shapefile

Delete Fields

For a better understanding of how you can implement the API into your software see Get Started

Description

This route is used to delete field/remove field from services.

You must specify the name of the field.

Endpoints

  • /fields/delete/{field_name}

Method type

GET

Parameters

namedescriptiontypeRequired
tokenYour identification tokenstringrequired

Responses

status codedescription
200Your field has been successfully deleted
400Wrong inputs(Field name does not exit)

Example Request

GET https://spacesense-api.ew.r.appspot.com/fields/delete/farm_9?token=__myToken__

Example Response

{
  "available": true,
  "deleted": true,
  "field": "farm_9"
}
← Update FieldsList Fields →
  • Description
  • Endpoints
  • Method type
  • Parameters
  • Responses
  • Example Request
  • Example Response
for Developers
Docs
Supported featuresGuidesAPI Reference
Community
User ShowcaseTwitterLinkedIn
More
SpaceSense.aiGitHub
Facebook Open Source
Copyright © 2022 SpaceSense.ai