Overview

Delete multiple Lead records in one request.

Query String Parameters

This endpoint does not accept any query string parameters.

Input Parameters

This endpoint does not accept any input parameters.

Result

Returns the array of IDs of deleted records.

Output Example

[{
    "id": "27d478a6-e85f-4818-ddb1-532684bb0f3f"
 },
 {
    "id": "640d9740-1dcb-2ed2-7809-532686830f8c"
 },
 {
    "id": "3ef00a87-dc9a-cfc6-5bd9-53281716399f"
 }]

Change Log

Version Change Comments
v10 Added /eTrigue/<module>/:record DELETE endpoint. :record has the array of ids requested to DELETE. URL example is eTrigue/Leads/["27d478a6-e85f-4818-ddb1-532684bb0f3f","6b9bde0c-4802-6ee7-ff43-53205abe2dc6"]