API reference/InTouch Telematics
DELETEstatefullegacy-source evidencev2-0-0 · compare 2

Delete A Geofence.

/geofence/{id}

This API helps to delete a geofence.

Legacy contract evidence

This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.

Compare before changing adapters

This is the v2-0-0 declaration and the highest version-labelled source evidence. “Preferred” does not prove provider support or semantic compatibility.

Open field-level comparison and migration checklist

Call the operation

DELETEhttps://intouch.mapmyindia.com/iot/api/geofence/1
Base URLhttps://intouch.mapmyindia.com/iot/api
Authenticationbearer
Journey roleretire
Content typesNo request body

Parameters

NameLocationTypeDescriptionExample
idrequired
pathinteger

geofence id.

1

Build your request in eight languages

Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.

Local request composerCode stays local · fixtures are explicit
DELETERequest inputs
1 editable · 0 protected
Generated in eight languages
Environment-backed credentials
DELETEhttps://intouch.mapmyindia.com/iot/api/geofence/1
Credential-free sandboxExecute this contract without a provider call
How fixtures work
Generated from your inputs
curl --request DELETE \
  --url 'https://intouch.mapmyindia.com/iot/api/geofence/1' \
  --header "Accept: application/json" \
  --header "Authorization: Bearer ${MAPPLS_INTOUCH_TOKEN}"

Credential-safe by constructionSet MAPPLS_INTOUCH_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.

Send a production-shaped request

Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.

DELETE /geofence/{id}
curl --request DELETE \
  --url 'https://intouch.mapmyindia.com/iot/api/geofence/1' \
  --header 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Responses

200

OK - successful operation

400

Bad Request - Invalid ID supplied or invalid data type.

401

Unauthorized Request. Access to API is forbidden.

404

Not Found - URL Not Found

Operate it safely

retire

This operation removes or retires state. Confirm ownership, dependent resources, audit retention, and recovery behavior before execution.

Keep credentials and raw tokens out of source, client bundles, prompts, and logs.Record the operation ID, status, latency, retry count, and source contract version in traces.Classify 4xx responses before retrying; back off and add jitter for retryable 5xx or transport failures.Persist resource identifiers and apply commands exactly once in effect across retries and event replay.

Contract provenance

Source file
contenthub/dochub/mapmyindia-intouch-rest-apis/custom/geofence.yaml
SHA-256
03d663d784a8ea9af1a3915cad4395ab716b167774dbf54a73c516bd10bc887a
Normalization
Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.