cURL
curl --request DELETE \ --url https://api.primeintellect.ai/api/environments/{environment_id} \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "body_user": {} }'
{}
Delete an environment and all its versions.
Successful Response
The response is of type object.
object