uri fragment
/members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment} [DELETE]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.0100 | 5.9900 | xml |
Description
Deletes the content of the fragment provided.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
groups | The names of the groups to associate the deletion with | no | strings | depends on URI |
labels | The label values for the edit | no | labels | |
note | The content of notes (if specified, it creates a note) | no | string | |
note-labels | A comma-separated list of label values for the notes (if specified, it creates a note) | no | labels | |
note-title | The title for the notes | no | string | Edit Note |
The default groups are all the URI’s groups where the member is a contributor or the group is Public.
Permission
This service requires contributor or higher.
Response
When successful, a <document-fragment> wrapped in a <fragment-delete>
element is returned
Example:
<fragment-delete>
<document-fragment>
<locator id="325"
fragment="example"
editid="6340"
modified="2015-03-24T13:21:57">
<notes>
<note id="6342"
modified="2015-03-24T13:21:57"
title="Typography">
<content>Fixed typographical error.</content>
</note>
</notes>
</locator>
</document-fragment>
</fragment-delete>
Error Handling
No specific errors expected for this service.