Delete File
DELETE /v1/integration/:id/file
Deletes an integration file from the system. This operation permanently removes the specified resource and returns status information indicating whether the deletion was successful.
Query Parameters
filename- Parameter for filename
Request Example
DELETE /v1/integration/:id/file?filename=4_pro.csv
Response Example — Success
204 No Content
Response Example — Error
{
"message": "ENOENT: no such file or directory, unlink 'files/685498954146b339e63e71b1-b4788a94-8214-11ee-b962-0242ac120002/4_pro.csv'",
"error": {
"message": "ENOENT: no such file or directory, unlink 'files/685498954146b339e63e71b1-b4788a94-8214-11ee-b962-0242ac120002/4_pro.csv'",
"status": 500
}
}