Delete a record
Soft-deletes a record (sets deletedAt). Blocked when it would drop the live count below the declared minimum cardinality (409). Requires data-record:delete on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
The parent project id.
objectId
The project-scoped object definition id.
recordId
The record id.
Response
The record was soft-deleted.
ok
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error