You are here

function services_oauth_uninstall in Services 6.3

Same name and namespace in other branches
  1. 7.3 auth/services_oauth/services_oauth.install \services_oauth_uninstall()

Implementation of hook_uninstall().

File

auth/services_oauth/services_oauth.install, line 17
Install, update and uninstall functions for the services_oauth module.

Code

function services_oauth_uninstall() {
  drupal_uninstall_schema('services_oauth');
}