cURL
Records
Delete record
Delete a record by ID.
DELETE
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.unifygtm.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The delete method permanently removes a record by its unique ID from the specified object. This operation cannot be undone. If the record doesn’t exist, the API will return a 404 error. If the record is referenced by other records, those other records will not be deleted, but their reference to this record will be set tonull.
Examples
Delete a company record
Delete a company record
This permanently deletes a company record:This removes the company permanently. Any people associated with this
company will have their
company attribute set to null.Delete a custom record
Delete a custom record
This permanently deletes a record from a custom object:This removes the record from the
product_user object permanently.