v29

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-13511526891.2 KB
Custom Object Records

Delete Custom Object Record by External Id Or Name

Deletes a record with the specified external id or name. The is_unique property on the custom object's name field must be enabled in order to delete by name. External id and name cannot be used together in the same request.

Allowed For

  • Agents
delete/api/v2/custom_objects/{custom_object_key}/records

Path parameters

custom_object_keystring required

The key of a custom object

Query parameters

external_idstring required

The external id of a custom object record

namestring required

The name of a custom object record

Response

No content response