/
var
/
www
/
html
/
sugardemo
/
include
/
api
/
help
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <h2>Overview</h2> <span class="lead"> An API to delete lists of records </span> <h2>Summary</h2> <span class="lead"> Delete record list. Only DELETE request allowed. </span> <h2>Request Arguments</h2> <table class="table table-hover"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Required</th> </tr> </thead> <tbody> <tr> <td>module</td> <td>string</td> <td> Module name </td> <td>True</td> </tr> <tr> <td>record_list_id</td> <td>guid</td> <td> record list id </td> <td>True</td> </tr> </tbody> </table> <h3>Request Example</h3> <pre class="pre-scrollable"> DELETE /rest/v10/:module/record_list/:id </pre> <h2>Response Arguments</h2> <span class="lead"> Return boolean true. </span>