Delete an object
Soft-deletes an object (sets deletedAt; excluded from all subsequent reads). Authorization: requires space:contribute on :spaceId — lacking it gives 403 (no space:read → 404). Unknown object → 404. Returns { ok: true }.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
definitionId
objectId
Response
Deletion acknowledged.
ok
Errors
403
Forbidden Error
404
Not Found Error