@sasjs/cli
Version:
Command line interface for SASjs
9 lines (8 loc) • 388 B
TypeScript
import SASjs from '@sasjs/adapter/node';
/**
* Removes compute context.
* @param {string} contextName - name of the context to delete.
* @param {object} sasjs - configuration object of SAS adapter.
* @param {string} accessToken - an access token for an authorized user.
*/
export declare function deleteContext(contextName: string, sasjs: SASjs, accessToken: string): Promise<void>;