Skip to main content
DELETE
/
api
/
dataForms
/
{organizationSlug}
/
{slug}
cURL
curl --request DELETE \
  --url http://localhost/api/dataForms/{organizationSlug}/{slug}
"<string>"

Path Parameters

organizationSlug
string
required
slug
string
required

Query Parameters

force
boolean
default:false

Response

OK

The response is of type string.

I