cURL
curl --request DELETE \ --url https://api.notifly.tech/users \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": "example_project_1234567890abcdef", "userId": "user_abc123", "userProperties": { "$email": "delete@example.com", "$phone_number": "+821012345678" } } '
{ "data": 1 }
노티플라이에 등록된 유저를 삭제합니다. 유저 ID, 이메일, 전화번호, 라인 유저 ID 중 하나를 기준으로 단일 또는 다중 삭제를 지원합니다.
Documentation IndexFetch the complete documentation index at: https://docs.notifly.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.notifly.tech/llms.txt
Use this file to discover all available pages before exploring further.
POST /authenticate로 발급받은 인증 토큰
노티플라이 팀에서 제공하는 프로젝트 ID입니다. 설정 > 프로젝트 정보에서 확인하실 수 있습니다.
삭제할 유저의 ID
삭제할 유저 속성 (이메일, 전화번호, 라인 유저 ID 기반 삭제 지원)
Show child attributes
성공적인 유저 삭제입니다
삭제된 행 수