Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Numeric value that identifies the formNone

Endpoint ID:

8005

Method:

Status
colourGreen
titleDELETEGET

URL:

DELETE GET /data/userforms/dp-key/{dp-key}
GET /form/{form-id}
DELETE /userdata/forms/ext-key/{ext-key}/{ext-type}/form/{form-id}

 

dp-key

dialogportal™ master key that uniquely identifies account to forms

 

ext-key

External key that uniquely identifies account to form

 ext-typeType of external key

 

form-id

Request body:

None

Response body:

JSON array containing the form-id and name.

 

Code Block
titleExample
{[
  {
    "formID": 100,
    "name": "Test Form Name1"
  },
  {
    "formID": 101,
    "name": "Test Form Name2"
  }
]}

Status codes:

204

OK no content200

Forms found.

 200Deleted Successfully400No Forms found.