Delete a file
DELETE
/forms/file/{uuid}Path parameters
- Unique identifier for the file.
Responses
curl -X DELETE https://your-url.com/kong/core/api/gateway/forms/file/{uuid}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"