delete
Application
@Modifying(clearAutomatically = true
)
@Query(value = ""DELETE FROM " + APPLICATIONS_KEY +
" WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Method to delete an existing application
Parameters
applicationId
The identifier of the application