DeleteDependencies
  • 1 Minute to read
  • Dark
    Light
  • PDF

DeleteDependencies

  • Dark
    Light
  • PDF

Article summary

Deletes dependencies from a project's dependency list

KeyValue(s)Description
method"DeleteDependencies"Deletes dependencies from a project's dependency list
project"Projectname"name of project to modify
filter{}{}Reserved for future use

See GetDependencies, and Introduction to Data Injection for further information.

Use DeleteDependencies in projects which are not being dropped as part of a rebuild process, but that have dependencies that are no longer valid stored with them.  The dependencies that have been deleted will remain so until they are re-added to the project (perhaps by detaching and re-injecting.)

In general, DeleteDependencies would be called at the start of a project rebuild/refresh.


{
  "method": "DeleteDependencies",
  "project": "projectname",
}



Was this article helpful?

What's Next