This action cannot be undone. The session and all its content will be permanently deleted.
Request
The unique identifier of the project
The unique identifier of the session to delete
Bearer token for authentication
Response
Indicates if the request was successful
Confirmation of successful deletion
curl -X DELETE \
-H "Authorization: Bearer YOUR_API_KEY" \
https://cloud.specstory.com/api/v1/projects/proj_abc123/sessions/550e8400-e29b-41d4-a716-446655440000
{
"success": true,
"data": {
"success": true
}
}