1. Loan Application
Vestiuum Malaysia
  • Vendor Invitation
    • Submit Invitation
      POST
    • Check Invitation Status
      POST
  • Authentication
    • Borrower Registration
      POST
    • User Login
      POST
    • Request Reset Password Instructions
      POST
    • Reset Account Password
      POST
  • Trustgate EKYC
    • Request Trustgate Email OTP
      POST
    • Check User Group
      POST
    • Request Trustgate Digital Certificate
      POST
    • Update Trustgate Certificate Email Bindings
      POST
    • Cryptographically Trustgate Digital Sign Document
      POST
    • Retrieve Stored Signature Details
      GET
    • Submit Document Captures For Trustgate EKYC (Upload Gateway)
      POST
    • Invalidate QR Session Token
      POST
    • Check Trustgate EKYC Status Ping
      POST
    • Verify Trustgate Digital Certificate PIN
      POST
    • Change Trustgate Digital Certificate PIN
      POST
    • Save Organization Info
      POST
  • ESMS OTP
    • Send eSMS OTP
    • Verify eSMS OTP
    • Get eSMS OTP Signature
  • Loan Application
    • Apply New Loan Application
      POST
    • Save or Submit Loan Application
      POST
    • Delete Attached Files (Specific Object)
      POST
    • Download Files
      GET
    • Get Loan Applications List
      GET
    • Get Loan Applications List By Page
      GET
    • Get Loan Application Details
      GET
    • Get Loan Offer
      GET
    • Personal Loan Submit Loan Offer (Sign & Accept)
      GET
    • Corporate Loan Submit Loan Offer (Sign & Accept) Copy
      GET
  • Payments
    • Payment List View
    • Payment List View With Page
    • Single Payment Detail View
  1. Loan Application

Delete Attached Files (Specific Object)

Developing
POST
api/loan_application/delete_files
Removes a specific uploaded file attachment via its ir.attachment ID.

Request

Body Params application/jsonRequired

Example
{
    "params": {
        "name": "a3f9b2c1d4e5f6g7h8i9j0k1l2m3n4o5",
        "ir_attachment_id": 45,
        "company_personnel_id": "c7x9p2q1d4e5f6g7h8i9j0k1l2m3n4o5"
    }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://staging-auth.fuyoh.my/api/loan_application/delete_files' \
--header 'Content-Type: application/json' \
--data '{
    "params": {
        "name": "a3f9b2c1d4e5f6g7h8i9j0k1l2m3n4o5",
        "ir_attachment_id": 45,
        "company_personnel_id": "c7x9p2q1d4e5f6g7h8i9j0k1l2m3n4o5"
    }
}'

Responses

🟢200Success or Handled Error
application/json
Bodyapplication/json

Examples
{
    "result": {
        "success": true
    }
}
🟠400Bad Request (Missing Params)
🟠404Loan Application Not Found
Modified at 2026-05-15 07:54:21
Previous
Save or Submit Loan Application
Next
Download Files
Built with