수집 API는 DELETE 호출에 표준 URL 규칙을 사용합니다. 이러한 규칙은 전송 중 데이터 손상을 방지하기 위해 기본 키 내의 특수 문자를 특정 형식으로 인코딩하도록 요구합니다.
예를 들어, 더하기 기호(+)는 인코딩을 필요로 하는 일반적인 특수 문자입니다.
예를 들어 원래 기본 키에 "Item+123"이 포함된 경우 인코딩된 버전은 "Item%2B123"이 될 수 있습니다.
따라서 위 레코드를 삭제하는 URL은 다음과 같습니다.https://{instance_url}/api/v1/ingest/sources/{name}/{object-name}?ids=Item%2B123
001728579

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.