Skip to content

test problems remove api

Belikhun edited this page Jan 16, 2019 · 2 revisions

/test/problems/remove - Xóa đề

HTTP/1.1 POST /api/test/problems/remove

  • Permission: admin
  • Require Logged In: true

Parameter:

Field Method Type Description Required
id POST string ID đề *
token POST string API Token *

Example:

{
    "code": 0,
    "status": 200,
    "description": "Success!",
    "user": "admin",
    "data": [],
    "runtime": 0.05415487289428711
}
Clone this wiki locally