Delete a random subscription to form submissions
Deprecated. Deletes a randomly selected webhook subscription for the specified form. Use DELETE /apis/forms/forms/{form_id}/webhooks/subscriptions/{id} instead to target a specific subscription.
Path Parameters
- Type: stringform
_id requiredUnique identifier of the form.
Responses
- 204
Resource deleted successfully.
- application/json
- application/json
Request Example for delete/apis/forms/forms/{form_id}/webhooks/subscriptions
curl https://ff-business-school.fullfabric.cloud/apis/forms/forms/507f1f77bcf86cd799439011/webhooks/subscriptions \
--request DELETE \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body