# Deprecate Version

> Deprecate a version of a given user-defined schema definition.

Deprecate a version of a given user-defined schema definition.

Authentication Required: `Yes`

```bash
ugs schema-registry version deprecate <schema-name> <version> [options]
```

## Arguments

`<schema-name>` The name of the schema to deprecate a version of.
`<version>` The version to deprecate.

## Options

|                 | Alias             | Description                         |
| --------------- | ----------------- | ----------------------------------- |
| organization-id | --organization-id | The Unity cloud org ID.             |
| project-id      | -p, --project-id  | The Unity cloud project ID.         |
| help            | -?, -h, --help    | Display help and usage information. |
| quiet           | -q, --quiet       | Reduce logging to a minimum.        |
| json            | -j, --json        | Use JSON as the output format.      |
