Skip to content

Need the ability to remove a counter #11

Description

@rofrano

As a User
I need a way to remove a counter from the list
So that it no longer shows up in the list of counters

Assumptions:

  • We can delete a counter in Redis

Acceptance Criteria:

Given that the counter `foo` exists
When I issue `GET /counters`
I should see `foo` in the list of counters
And I issue `DELETE /counters/foo`
Then the `foo` counter should be deleted
When I issue `GET /counters`
I should not see `foo` in the list of counters

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions