SetProjectDeleteLock
- 1 Minute to read
- Print
- DarkLight
- PDF
SetProjectDeleteLock
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Sets a project's DeleteLock status.
Key | Value(s) | Description |
---|---|---|
method | "SetProjectDeleteLock" | Sets a project's DeleteLock status. If true, project cannot be deleted. |
project | "Projectname" | Name of project to update |
locked | true/false | true - project cannot be deleted |
{
"method": "SetProjectDeleteLock",
"project": "Demonstration",
"locked": true
}
Was this article helpful?