Skip to end of banner
Go to start of banner

How to delete user in Bitbucket using Command Line Interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This article explains how to delete a user in Bitbucket using Command Line Interface (CLI).

Instructions

  1. Using action removeUser allows deleting user from Bitbucket instance.

    --action removeUser --userId "testuser"

    In above CLI action, 

    • --userId takes the username of the user in Bitbucket.


It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying.

  • No labels