auth0 token-exchange delete
Delete a token exchange profile.
To delete interactively, use auth0 token-exchange delete with no arguments.
To delete non-interactively, supply the profile id and the --force flag to skip confirmation.
Usage
auth0 token-exchange delete [flags]
Examples
auth0 token-exchange delete
auth0 token-exchange rm
auth0 token-exchange delete <profile-id>
auth0 token-exchange delete <profile-id> --force
auth0 token-exchange delete <profile-id> <profile-id2> <profile-idn>
auth0 token-exchange delete <profile-id> <profile-id2> <profile-idn> --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 token-exchange create - Create a new token exchange profile
- auth0 token-exchange delete - Delete a token exchange profile
- auth0 token-exchange list - List your token exchange profiles
- auth0 token-exchange show - Show a token exchange profile
- auth0 token-exchange update - Update a token exchange profile