개요

매체사 서비스를 탈퇴한 유저의 개인정보 처리를 위해 버즈빌에 유저 데이터 파기 요청을 보내는 API입니다.

API 연동하기

URL: https://screen.buzzvil.com/api/delete_device/
METHOD: POST

Request Header

{
  "Content-Type": "application/json",
  "Authorization": "Token 000980073e0cae95b29c45deb824ce0a76390446"
}

Request Body (application/json)

Example

[
  {
    "app_id": 10029111,
    "user_ids": [ "user_id_1", "user_id_2", "user_id_3"]
  },
  {
    "app_id": 11192852,
    "user_ids": [ "user_id_5", "user_id_4", "user_id_1"]
  }
]

Response code