delete Application

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + APPLICATIONS_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun deleteApplication(@Param(value = "id") applicationId: String)

Method to delete an existing application

Parameters

applicationId

The identifier of the application