레코드 삭제
작성일 2026.03.24 | 수정일 2026.04.14
DELETE/crm-core/v1/records/:recordIdParameters:recordId*— 레코드 고유 아이디
CRM 레코드를 삭제합니다. MEMBER 이상 권한이 필요합니다.
chat
레코드는 소프트 삭제(soft delete) 방식으로 처리됩니다. 삭제된 레코드는 휴지통에서 복원할 수 있습니다.
Response
| Name | Type | Required | Description |
|---|---|---|---|
| recordId | string | 삭제된 레코드 고유 아이디 | |
| isDeleted | boolean | 삭제 여부 | |
| deletedAt | date | * | 삭제 일시 |
Structure
Response Structure⎘{
"recordId": "REC20260324090000ABCDEFGHIJKLMNO",
"isDeleted": true,
"deletedAt": "2026-03-24T09:00:00.000Z"
}