Skip to content

DELETE license API #3281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #480
spikecurtis opened this issue Jul 28, 2022 · 0 comments · Fixed by #3699
Closed
Tracked by #480

DELETE license API #3281

spikecurtis opened this issue Jul 28, 2022 · 0 comments · Fixed by #3699

Comments

@spikecurtis
Copy link
Contributor

spikecurtis commented Jul 28, 2022

Problem

Administrators need to be able to delete licenses from their cluster.

Definition of Done

  1. DELETE /api/v2/licenses/<id> endpoint working
  2. CLI command coder licenses delete <id>

Acceptance Criteria

With a cluster that has a license uploaded

  1. List licenses to get the ID.
    coder licenses list
  2. Delete a license by ID
    coder licenses delete <id>
  3. Verify the license no longer appears in coder licenses list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant