Bluedot Tempo,
Android SDK version 15.3.0,
iOS SDK version 15.4.0 &
Canvas & Config API
released.
Details here.
Public API – DELETE Application
The application end point deletes an entire Application including all related data such as Zones, Actions and Conditions.

Please note, any mobile apps using the back-end application will stop functioning as expected if the application registered with Point Access is deleted.
URL to call
https://api.bluedotinnovation.com/1/applications
Parameters
Name | Required | Data Type | Description | Format |
---|---|---|---|---|
customerApiKey | String | API key for customer (rather than the app). | ||
applicationId | String | The identifier of the app. |
Example: Using test keys
Example: JSON response to request
{ "message": "Application with id :29d0571f-cfb3-459f-a346-6e11a351ad31 has been deleted successfully.", "messageCode": 200 }
Source code examples
Created by Bluedot DevOps on March 5, 2018
Start the discussion