> For the complete documentation index, see [llms.txt](https://docs.echo3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echo3d.com/api/delete.md).

# Delete

## Delete an entry

<mark style="color:blue;">`POST`</mark>`https://api.echo3d.com/delete?key=<API_KEY>&email=<EMAIL>&userKey=<USER_KEY>&entry=<ENTRY_ID>`

#### Path Parameters

| Name                                      | Type   | Description                                                                                                                             |
| ----------------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| key<mark style="color:red;">\*</mark>     | String | Your API key                                                                                                                            |
| email<mark style="color:red;">\*</mark>   | String | Your email address                                                                                                                      |
| userKey<mark style="color:red;">\*</mark> | String | Your authentication key                                                                                                                 |
| entry<mark style="color:red;">\*</mark>   | String | Entry ID to delete                                                                                                                      |
| entries                                   | String | Coma separated Entry IDs to delete                                                                                                      |
| folderPath                                | String | Folder to delete                                                                                                                        |
| secKey                                    | String | Your Secret key. Only if enabled through the [Security page](/web-console/manage-pages/collections-and-sharing/security.md#secret-key). |
