File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 11# Changelog
2-
2+ ## [ v1.1.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.1.0 ) (2020-10-23)
3+ - Bug Fix
4+ - Owner of organization can access stack function
5+
36## [ v1.0.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.0.0 ) (2020-09-23)
47 - Initial release for Contentstack CMA base JS management SDK
Original file line number Diff line number Diff line change @@ -54,20 +54,6 @@ export function Stack (http, data) {
5454 */
5555 this . update = update ( http , 'stack' )
5656
57- /**
58- * @description The Delete stack call is used to delete an existing stack permanently from your Contentstack account.
59- * @memberof Stack
60- * @func delete
61- * @returns {Object } Response Object.
62- * @example
63- * import * as contentstack from '@contentstack/management'
64- * const client = contentstack.client()
65- *
66- * client.stack({ api_key: 'api_key'}).delete()
67- * .then((response) => console.log(response.notice))
68- */
69- this . delete = deleteEntity ( http )
70-
7157 /**
7258 * @description The fetch stack call fetches stack details.
7359 * @memberof Stack
You can’t perform that action at this time.
0 commit comments