DELETE /users/user/{userid}/apikey/{apikeyid}

Remove an API Key from a User

Return

A boolean response explaining whether the DELETE call was successful or not.

Example Request

DELETE Response

{
  "econtext": {
    "result": {
      "deleted": true
    },
    "elapsed": 0.01317906379699707
  }
}