Admin APIForms
Remove form
DELETE{handle}.blutui.com/admin/api/forms/{id}
Remove a form from a project.
Path parameters
idstringrequired
The ID of the form to remove.
Response
import Blutui from 'blutui'
const blutui = new Blutui('ey....')
blutui.project('one').admin.forms.remove('0195b657-82dd-718a-8092-9ea39771ec83'){
"id": "0195b657-82dd-718a-8092-9ea39771ec83",
"object": "form",
"deleted": true
}idstring
The unique identifier for this form.
objectstring
This will always contain form for this endpoint.
deletedboolean
Determine if the object was successfully deleted.
Last updated on