Skip to main content

hydra delete jwks

hydra delete jwks

Delete one or more JSON Web Key Sets by their set ID

Synopsis

This command deletes one or more JSON Web Key Sets by their respective set IDs.

hydra delete jwks id-1 [id-2] [id-n] [flags]

Examples

hydra delete jwks set-1 set-2 set-3

Options

  -h, --help   help for jwks

Options inherited from parent commands

  -e, --endpoint string   The API URL this command should target. Alternatively set using the ORY_SDK_URL environmental variable.
--format string Set the output format. One of table, json, yaml, and json-pretty. (default "default")
-H, --http-header : A list of additional HTTP headers to set. HTTP headers is separated by a : , for example: `-H 'Authorization: bearer some-token'`.
-q, --quiet Be quiet with output printing.
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!

SEE ALSO