# Delete an Elasticsearch project **DELETE /api/v1/serverless/projects/elasticsearch/{id}** ## Servers - https://api.elastic-cloud.com: https://api.elastic-cloud.com () ## Authentication methods - Api key ## Parameters ### Headers - **If-Match** (string) ETag value fetched in a previous GET project request. Used to prevent simultaneous updates ### Path parameters - **id** (string) The ID of the project ## Responses ### 200 Project deletion scheduled. #### Headers - **ETag** (string) ### 404 Not Found #### Body: application/json (object) - **errors** (array[object]) ### 409 Conflict #### Body: application/json (object) - **errors** (array[object]) ### 412 Precondition failed #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)