Page cover

Delete Environment

Deletes an existing environment that is currently running. This endpoint should be used after you are running tests in CI/CD, or want to shutdown specific environments that are no longer needed.

delete

Deletes an existing environment that is currently running. Nothing is saved when this call is executed to the environment. Returns a 200 "SUCCESS" if successful.

Path parameters
environmentIdstringRequired

Environment ID. (GET /environments to see the list of your Environments)

Responses
200
Success
delete
DELETE /v1/environments/{environmentId} HTTP/1.1
Host: api.nameless.io
Accept: */*

No content

curl --request DELETE 'https://api.nameless.io/v1/environments/<Environment ID>' \
--header 'x-api-key: <Your API Key>'
--header 'Content-Type: application/json'

Last updated

Was this helpful?