You are here

function rest_server_uninstall in Services 7.3

Implements hook_uninstall().

File

servers/rest_server/rest_server.install, line 33
Install, uninstall and update the rest server module.

Code

function rest_server_uninstall() {
  variable_del('rest_server_default_response_format');
}