POST api/RecordManagement/Undeclare?siteUrl={siteUrl}&documentUrl={documentUrl}
Undeclares a document as record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
siteUrl |
The absolute url of the site where the document belongs to (the value must be UrlEncoded) |
string |
Required |
documentUrl |
The absolute url of the document to undeclare (the value must be UrlEncoded) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.