Delete form templates

DELETE/forms/form/{uuid}/template

Path parameters

  • uuidstringRequired#
    Unique identifier for the form.

Responses

200Form templates deleted.ObjectResponse
{}
401Unauthorized.Error
404Form not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/forms/form/{uuid}/template\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"