AI agent? Read this page as Markdown at /unified/environment/Remove_an_environment.md — append .md to any docs URL, or start from /llms.txt.

Remove an environment

DELETE/unified/environment/{env}

Parameters

envstring required

Returns

const options = {
  method: 'DELETE',
  url: 'https://api.unified.to/unified/environment/{env}',
  headers: {
    authorization: 'bearer .....'
  },

};

const results = await axios.request(options);
Are we missing anything? Let us know
Was this page helpful?