XpressConnect
  • Introduction
  • Version History
  • Overview
    • How It Works
    • Server
    • API Request/Response
    • Authentication
  • API Endpoints
    • Courier
      • List
    • Declaration
      • Submit
      • Query
      • Attach
    • Commodity
      • List
    • Claim
      • Submit
      • Query
      • Update
      • Attach Document
      • Detach Document
  • Models
    • Courier
    • Declaration
    • Item
    • Commodity
    • Claim
    • Claim Document
  • Reference
    • Example PHP Code
    • Country
    • Errors
Powered by GitBook
On this page
  • Endpoint
  • Request
  • Response

Was this helpful?

  1. API Endpoints
  2. Claim

Detach Document

Delete uploaded file

Endpoint

/api/claim/detach

Request

Parameters

Nam
Mandatory
Description
Type

claim_document_id

Claim document's ID

integer

Example

{
  "claim_document_id": 1
}

Response

Successful Response Parameters

Name
Description
Type

status

API response status SUCCESS

String

{
    "status": "SUCCESS"
}
PreviousAttach DocumentNextCourier

Last updated 3 months ago

Was this helpful?