Clearing the redirect URL
To clear a redirect URL from the Sentry, enter the following command:
Feature |
Command |
Clear redirect URL |
debug sentry device-cache clear-redirect-url {all | entry <device-id> <user-id>} |
To clear the redirect URL for a specific device, enter the following CLI command:
debug sentry device-cache clear-redirect-url entry <device-id> <user-id>
• | <device-id> |
The device id of the device for which you want to delete the redirect URL.
• | <user-id> |
The User associated with the device.
Example:
sentry/config#debug sentry device-cache clear-redirect-url entry Appl7S032TF7A4S testuser2674 sentry/config# |
To clear the redirect URL for all devices, enter the following CLI command:
debug sentry device-cache clear-redirect-url all
Example
config# debug sentry device-cache clear-redirect-url all |