> ## Documentation Index
> Fetch the complete documentation index at: https://demeterrr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Survey

> Delete a survey

## Authentication

Requires `surveys:write` scope.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://app.demeterrr.com/api/v1/surveys/990e8400-e29b-41d4-a716-446655440000 \
    -H "X-API-Key: dem_your_key_here"
  ```
</RequestExample>
