Delete a form option preset

DELETE/forms/option-preset/{uuid}

Path parameters

  • uuidstringRequired#
    Unique identifier for the option preset.

Responses

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