Skip to main content
DELETE
/
customers
/
{id}
/
documents
/
{documentId}
Delete customer document
curl --request DELETE \
  --url https://api.conduit.financial/customers/{id}/documents/{documentId} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{
  "id": "doc_2ofTA13AD0xBtbEvBl20aEb1hEu"
}

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

id
string
required

A valid Customer ID

Example:

"cus_2ofTA13AD0xBtbEvBl20aEb1hEu"

documentId
string
required

A valid Document ID Unique identifier for the document

Example:

"doc_2ofTA13AD0xBtbEvBl20aEb1hEu"

Response

Document deleted successfully

Customer document deletion response

id
string
required

A valid Document ID

Example:

"doc_2ofTAESrTs4uQ8N3yGBMhGj59jV"

I