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?