Delete a custom object record
Moves a custom object record to the trash. The record is soft-deleted and may be restored from the Lightfield UI.
Calling delete on an already-trashed record is a no-op and returns the existing record.
Required scope: custom_objects:delete
Rate limit category: Write
delete/v1/objects/{entitySlug}/values/{id}
Path parameters
entitySlugstring required
The slug of the custom object type.
idstring required
The ID of the record to delete.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
object required
Response
OK