auth0 refresh-tokens delete
Delete a refresh token.
To delete interactively, use auth0 refresh-tokens delete with no arguments.
To delete non-interactively, supply the token id and the --force flag to skip confirmation.
Usage
auth0 refresh-tokens delete [flags]
Examples
auth0 refresh-tokens delete
auth0 refresh-tokens rm
auth0 refresh-tokens delete <token-id>
auth0 refresh-tokens delete <token-id> --force
Flags
--force Skip confirmation.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 refresh-tokens delete - Delete a refresh token
- auth0 refresh-tokens revoke - Revoke refresh tokens
- auth0 refresh-tokens show - Show a refresh token
- auth0 refresh-tokens update - Update a refresh token