MCPcopy Index your code
hub / github.com/github-tools/github / deleteProject

Method deleteProject

lib/Project.js:52–54  ·  view source on GitHub ↗

* Delete a project * @see https://developer.github.com/v3/projects/#delete-a-project * @param {Requestable.callback} cb - will receive true if the operation is successful * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

50 * @return {Promise} - the promise for the http request
51 */
52 deleteProject(cb) {
53 return this._request('DELETE', `/projects/${this.__id}`, null, cb);
54 }
55
56 /**
57 * Get information about all columns of a project

Callers 3

project.spec.jsFile · 0.80
deleteProjectFunction · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected