Delete Question

delete question

post
/v1/form/question/delete

delete question

Authorizations
AuthorizationstringRequired
Query parameters
formIdstringOptional

id of form

questionIdintegerOptional

id of question

Responses
200

Response

application/json
post
/v1/form/question/delete
POST /v1/form/question/delete HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "data": {
    "release": true,
    "timer": 1,
    "userId": 1,
    "kind": "form",
    "id": "text",
    "questions": [
      {
        "defaultValue": "text",
        "file": "text",
        "required": true,
        "category": {
          "id": 1,
          "name": "text",
          "score": 1,
          "updated_at": "text",
          "uuid": "text",
          "created_at": "text"
        },
        "image": "text",
        "type": "short_text",
        "video": "text",
        "id": "text",
        "choices": [
          {
            "correct": true,
            "id": "text",
            "image": "text",
            "value": "text"
          }
        ],
        "fileExtension": "text",
        "question": "text",
        "audio": "text",
        "timer": 1
      }
    ],
    "title": "text",
    "created_at": "text",
    "totalQuestions": 1,
    "cover": "text",
    "formType": "basic",
    "randomize": {
      "<category-id>": 1
    },
    "updated_at": "text",
    "description": "text"
  },
  "message": "success",
  "status": true
}

Last updated