Remove Saved Session
/api/v1/Session/Remove – Remove a saved session
/api/v1/Session/Remove – Remove a saved sessioncurl -X POST https://production.cloudbrowser.ai/api/v1/Session/Remove \
-H "Authorization: Bearer <your-api-token>" \
-d '{
"label": "mywebapp"
}'Last updated