cURL
curl --request DELETE \ --url https://api.primeintellect.ai/api/v1/sandbox/{sandbox_id}/expose/{exposure_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Unexpose a previously exposed port
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response