Delete a file

DELETE/forms/file/{uuid}

Path parameters

  • uuidstringRequired#
    Unique identifier for the file.

Responses

200File deleted.ObjectResponse
{}
401Unauthorized.Error
404File not found.Error
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"