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
Implement
ferriskey client delete <CLIENT_ID>to delete a client.Acceptance criteria:
clientIdviaGET /realms/{realm}/clients?clientId={id}(same pattern asclient get)DELETE /realms/{realm}/clients/{uuid}--realmoptional (falls back to context default)Part of #11