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