delete Application

@DeleteMapping(path = "{" + APPLICATION_IDENTIFIER_KEY + "}", headers = [] )
open fun deleteApplication(@PathVariable(value = "id") userId: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "application_id") applicationId: String): String

Method to delete an existing application

Parameters

userId

The identifier of the user

token

The token of the user

applicationId

The identifier of the application