Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started: use the Notte CLI skill to generate your first SDK script | Setup guide
Python
from notte_sdk import NotteClient notte = NotteClient() # Create a profile first profile = notte.profiles.create(name="profile-to-delete") # Delete the profile deleted = notte.profiles.delete(profile.profile_id) print(f"Profile deleted: {deleted}")
{ "success": true, "message": "Profile deleted successfully" }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Was this page helpful?