AI
Delete Session
DELETE
/session/{session_id}fetch("https://nebula-api.thirdweb.com/session/{session_id}", {  method: "DELETE",  headers: {    "x-secret-key": "<your-project-secret-key>",  },});x-secret-keystringRequiredYour thirdweb secret key for authentication.
Example: 
YOUR_THIRDWEB_SECRET_KEYsession_idstringRequiredThe unique ID of the session
Example: 
3fa85f64-5717-4562-b3fc-2c963f66afa6