curl --location --request POST 'https://api.302.ai/302/claude-code/sandbox/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "302-xxxxxxx-xxxxxx"
}'{
"success": true,
"data": {
"message": "deleted sandbox"
}
}