How to stop a profile with Postman
The “GET Stop Browser Profile” endpoint stops regular browser profiles, and can also be used to stop quick profiles.
Before you start
- Complete all three steps from this article, including “Using the bearer token”: they will allow you to sign in correctly
- Navigate to the "Launcher" section in your Postman workspace and select the "GET Stop Browser Profile” endpoint
- Insert your value into the below variable in the script:
-
profile_id
: get this value from the DevTools panel or from the URL on a profile settings page (click the three dots in the profile list → “Edit”)
-

Running the script
Click "Send" to execute the request: a "200" status means success
