# Delete Environment

{% openapi src="<https://2391062109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftln9hCx1JKXPoGd1FusM%2Fuploads%2FJAxOpFVTri3uPZAk7PBm%2Fopenapi.yaml?alt=media&token=6a9badf7-2980-4a8d-afe0-d0247c3f770f>" path="/environments/{environmentId}" method="delete" expanded="true" %}
[openapi.yaml](https://2391062109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftln9hCx1JKXPoGd1FusM%2Fuploads%2FJAxOpFVTri3uPZAk7PBm%2Fopenapi.yaml?alt=media\&token=6a9badf7-2980-4a8d-afe0-d0247c3f770f)
{% endopenapi %}

{% tabs %}
{% tab title="Request" %}

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

{% endtab %}

{% tab title="Response" %}

```json
{
    "data": {
        "environmentId": "eMwAw0mCj2TwQJBQooWm-",
        "messageId": "NztiPlNkbmyKpCAyOobl",
        "message": "Successfully deleted Environment ID eMwAw0mCj2TwQJBQooWm-."
    },
    "success": true
}
```

{% endtab %}
{% endtabs %}
