ghl_object_delete_record
Delete a record by ID from business or custom object schemas. Provide the schema key and record ID to permanently remove the entry.
Instructions
Delete Record Delete Record By Id . Supported Objects are business and custom objects. Endpoint: DELETE /objects/{schemaKey}/records/{id} (Version header: v3; source: v3/objects-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the record to be updated. Available on the Record details page under the 3 dots or in the url | |
| schemaKey | Yes | 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. |