The deleteresource tool allows to delete a resource within a given context.
| -h,--help | Prints a help text |
| --environment | Show info about commandline environment |
| --nonl | Remove all newlines (\n) from output |
| -c,--contextid <integer> | The id of the context |
| -i,--resourceid <integer> | Id of this resource |
| -n,--name <string> | The resource name |
| -A,--adminuser <string> | Context Admin user name |
| -P,--adminpass <string> | Context Admin password |
On success:
resource <resourceid> in context <contextid> deleted
On failure:
resource <resourceid> in context <contextid> could not be deleted: <reason from server>