AI

Request

fetch("https://nebula-api.thirdweb.com/session/{session_id}", {
method: "DELETE",
headers: {
"x-secret-key": "<your-project-secret-key>",
},
});

Response

{
"result": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deleted_at": "2025-01-08T19:27:37.296Z"
}
}