API Endpoints
US Node – https://www.taskform.nl:443/api/v2/screen/form
EU Node – https://dashboard.taskform.io:443/api/v2/screen/form
AU Node – https://dashboard.taskform.nl:443/api/v2/screen/form
The DELETE Screen Form API allows you to delete an existing form screen.
On our Cloud service, this API is available via SSL-secured HTTPS connection using the REST GET, POST, PUT and DELETE verbs.
To delete an existing form, use a DELETE with the screen API found at:
CONTENTS
-
DELETE Request
-
DELETE Response
DELETE Request
You may use either JSON or XML formats in your request. You indicate this by setting the ContentType HTTP header as “application/json” or “application/xml”. If no ContentType is specified, XML format is assumed.
The format query string parameter controls the desired response format. Specify either XML or JSON.
/api/v2/screen/form?format=xml/json
The required (red border) and optional parameters for the DELETE of an existing form are outlined below.
* The encircled fields in red are required fields.
DELETE Response
The data returned from a Screen DELETE submission is provided as follows: