삭제
레코드 삭제하기
POST https://api.trackit.so/v1/objects/{slug}/records/deleteRequest Body
{
"filter": {
"email-addresses": ["[email protected]"]
},
"allowMultiple": true // 필터링한 결과가 여러 개인 경우에도 삭제함
}
Error Handling
마지막 업데이트