---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/drafts/{editid} [DELETE]"
source: https://dev.pageseeder.com/api/services/delete-uri-draft-DELETE.html
description: "Deletes a draft edit from a PageSeeder URI. If the fragment has no content, it's also deleted. Only the draft author or group manager can invoke this service."
last_updated: 2026-09-02T11:36:06+10:00
document_type: api_endpoint
operation_id: psml-DELETE
resource_id: psml
path_template: /members/{member}/groups/{group}/uris/{uri}/drafts/{editid}
http_method: DELETE
api_category: psml
implementation_version: 6.2005
api_since: 5.9500
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: N/A
generated_at: 2026-09-02
tokens: ~145
---

# /members/\{member\}/groups/\{group\}/uris/\{uri\}/drafts/\{editid\} \[DELETE\]

## Description

Deletes a draft edit. If the [fragment](../../reference/glossary/fragment.md) has no content it is also deleted – this is usually for newly created fragments that have not been saved.

## Parameters

Only the draft author themselves, or a manager of the group containing the draft, can invoke this service.

## Permission

## Response

The XML returned is:

```xml

<draft-delete [fragmentdeleted="true"] />
 
```

## Error Handling

| 0x1215 | Edit ID not found |
| --- | --- |

