---
title: "Delete a customer DDS before successful submission"
method: DELETE
path: "/public/v2/eudr/customers/customer-dds/{ddsId}"
tags: ["EUDR - Customers - DDS"]
---

# Delete a customer DDS before successful submission

`DELETE /public/v2/eudr/customers/customer-dds/{ddsId}`

Delete a customer Due Diligence Statement (DDS) while it is new or in submission-error state.

This endpoint permanently removes the specified customer DDS.
It cannot be used for DDS entries that have already been submitted or made available.
Use with caution as this operation cannot be undone.

**Required permission:** `access_public_products` and access to the DDS

## Path parameters

- `ddsId` integer, required

## Response `204`

Customer DDS deleted successfully.

## Other responses

- `400` — Invalid request payload (e.g. missing required fields, invalid values).
- `403` — 403 Forbidden - Authentication or authorization failure. This status code is returned when: (1) the request lacks valid authentication credentials (missing or invalid X-Auth-Token header), or (2) the authenticated user does not have the required permission to access this resource.
- `404` — DDS not found.
- `429` — 429 Too Many Requests - API rate limit exceeded. The request has been rejected because the rate limit for this endpoint has been exceeded. Default rate limits: GET requests - 100 per 10 seconds, 500 per minute; POST/PUT/PATCH/DELETE requests - 20 per 10 seconds, 100 per minute. For increased access, please contact customer success.
- `500` — 500 Internal Server Error - An unexpected error occurred on the server. The request may or may not have been processed.

---

[API](https://skmtc.net/prewave/apis/public-prewave-api.md) · [All operations](https://skmtc.net/prewave/apis/public-prewave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prewave/public-prewave-api/revisions/466169815b78/schema)
