Skip to content

feat: implement client delete command #8

@NathaelB

Description

@NathaelB

Implement ferriskey client delete <CLIENT_ID> to delete a client.

Acceptance criteria:

  • Resolves UUID from clientId via GET /realms/{realm}/clients?clientId={id} (same pattern as client get)
  • Calls DELETE /realms/{realm}/clients/{uuid}
  • --realm optional (falls back to context default)
  • Confirms deletion in output

Part of #11

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