Soft-deletes the record (condition=removed).
| Name | Type | Reference |
|---|---|---|
| directory_idrequired | string | Directory ID |
| record_idrequired | string | Record ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
Path Parameters
1 curl --request DELETE \
2 --url 'https://example.kaiten.ru/api/latest/company/custom-directories/{directory_id}/records/{record_id}' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!