-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Problem
Administrators need to be able to delete licenses from their cluster.
Definition of Done
- DELETE
/api/v2/licenses/<id>endpoint working - CLI command
coder licenses delete <id>
Acceptance Criteria
With a cluster that has a license uploaded
- List licenses to get the ID.
coder licenses list - Delete a license by ID
coder licenses delete <id> - Verify the license no longer appears in
coder licenses list
Metadata
Metadata
Assignees
Labels
No labels