delete status
Delete a status from a project
Usage
lucy delete status <project-key> [status-key] [OPTIONS]
Examples
lucy delete status EXAMP TODO
lucy delete status EXAMP --id 1
lucy delete status --project-id 1 --id 2
Arguments
<project-key> The key of the project the status belongs to
[status-key] The key of the status to delete
Options
-h, --help Prints help information
-p, --project-id <ID> The ID of the project the status belongs to
-i, --id <ID> The ID of the status to delete