## Delete **delete** `/computers/{id}` Terminate and clean up a computer instance, stopping the session and recording metrics ### Path Parameters - `id: string` ### Example ```http curl https://api.tzafon.ai/computers/$ID \ -X DELETE \ -H "Authorization: Bearer $TZAFON_API_KEY" ```