Xóa profile

URL API

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

Tham số

Tham số

Mô tả

cách thức

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

Kết quả

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

Last updated