Delete Record
DELETE/objects/:schemaKey/records/:id
Delete Record By Id . Supported Objects are business and custom objects.
Request
Version stringrequired
API Version
Available options
v3schemaKey stringrequired
The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings.
id stringrequired
id of the record to be updated. Available on the Record details page under the 3 dots or in the url
Successful response
- application/json
- Schema
- Example (auto)
Schema
idstring
id of the deleted object
successboolean
boolean that defines if the operation was a success or not
{
"id": "661c06b4ffde146bdb469442",
"success": true
}