Delete a user data form

DELETE/v1/users/forms/{uuid}

Path parameters

  • uuidstringRequired#
    Unique identifier of the user data form.

Responses

204User data form deleted (no content).
401Unauthorized.Error
404Not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/v1/users/forms/{uuid}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"