DELETE
/
api
/
environments
/
{environment_id}
Delete Environment Endpoint
curl --request DELETE \
  --url https://api.primeintellect.ai/api/environments/{environment_id} \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "body_user": {}
}'
{}

Headers

authorization
string
required

Path Parameters

environment_id
string
required

Body

application/json
body_user
object | null

Response

Successful Response

The response is of type object.