Remove Webform
DELETE {{baseUrl}}/webform/:webformID?owner_id=<string>
Remove webform from passed ownerid (teamid) in the params . Upon success the webform will be removed.
Requires access_token as a Bearer {{token}} in the Authorization header with user-write scope.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
owner_id | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":"successfully deleted webform of ID \u003cwebformID\u003e"}