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

KeyDatatypeRequiredDescription
owner_idstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull

RESPONSES

status: OK

{&quot;data&quot;:&quot;successfully deleted webform of ID \u003cwebformID\u003e&quot;}