Remove an orb from a registry category

## Usage

`circleci orb remove-from-category <namespace>/<orb> <category> [flags]`

## Arguments

- `<namespace>/<orb>` is the orb to remove, for example, `namespace/orb-name`
- `<category>` is the registry category name, for example, `Testing`

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Examples

- Remove an orb from the Testing category: 
  `circleci orb remove-from-category myorg/my-orb "Testing"`
- Remove an orb from the Deployment category: 
  `circleci orb remove-from-category myorg/my-orb "Deployment"`
- See current categories: 
  `circleci orb get myorg/my-orb`

## Details

Remove an orb from an orb registry category.

Use 'circleci orb get `<namespace>/<orb>`' to see the current categories
for an orb, and 'circleci orb list-categories' for all available
categories.

