Uninstall Application

DELETE https://api.speakap.io/networks/:eid/apps/:eid/

Use cases

  • Uninstall an application from your network

Request

URI:/networks/{networkEID}/apps/{appEID}/
Method:DELETE
Content-Type:application/json
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
appEID EID Application EID

Response

202
Accepted for installation: returns a Feedback object
400
The application was never installed in the first place: returns an Error object
403
Unauthorized: returns an Error object
404
Unknown application or network: returns an Error object