Revoke Authorized App (since 1.1.8)

DELETE https://api.speakap.io/networks/{networkEID}/users/{userEID}/apps/{appEID}/

Use cases

  • Revoke a previously authorized application, so it’s no longer able to perform requests on behalf of the user

Request

URI:/networks/{networkEID}/users/{userEID}/apps/{appEID}/
Method:DELETE
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
userEID EID EID of the user that originally authorized the app
appEID EID EID of the authorized application

Response

204
Authorization successfully revoked: returns a Feedback object
403
Unauthorized: returns an Error object
404
Unknown network or network profile or app not installed in the network: returns an Error object