Gestiono
Referencia de APIForms / Form

Delete Form by formid upload

← Back to full API reference
DELETE/v1/forms/:formId/uploadPublic
  • This endpoint can be called without an authenticated session.

Request details

Path params

FieldRequiredDescription
formIdYesRequired path parameter.

Default payloads

Path params

json
{
  "formId": 1
}

Query

json
{}

Body

json
{}

Sample response

json
{
  "success": true
}