Api Documentation

Forms

A form is linked to an event or is available directly in the menu.
Creates a new form. Only available to API keys without user authentication.
Updates a form. Only available to API keys without user authentication.
Deletes a single form. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V2/forms

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a formstring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}