- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
delete Method - Service Factory Reference
This method deletes one or more records.
Delete One Record#
To delete one record, pass its ID as a parameter of the method.
Delete Multiple Records#
To delete multiple records, pass an array of IDs as a parameter of the method.
Delete Records Matching Filters#
To delete records matching a set of filters, pass an object of filters as a parameter.
Note: Learn more about accepted filters in this documentation .
Was this page helpful?