Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

user/delete/:id

Contents

URL

https://api.geoloqi.com/1/user/delete/:id

Description

Deletes an application user. You can obtain the client ID and secret from your account applications page, which can be provided to the API as an HTTP auth username and password, respectively.

Supported Request Methods

POST

Parameters

None.

Example Request

curl -H "Content-Type: application/json" --user "YOUR_CLIENT_ID:YOUR_CLIENT_SECRET" \
     https://api.geoloqi.com/1/user/delete/12345

Example Response

{
  "deleted": "12345"
}