Xóa profile

API URL

GET: /api/v3/profiles/delete/{profile_id}

Param

ParamMô tả

mode

1 - chỉ xóa ở database, 2 - xóa cả database và nơi lưu trữ eg: /api/v3/profiles/delete/123-456-789?mode=2

Repsonse

{
    "success": true,
    "data": null,
    "message": "Xóa thành công"
}

Last updated