Minted Connect
  1. Customers
Minted Connect
Walletable E-Commerce
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Walletable E-Commerce
  • Customers
    • Create Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
  • Products
    • Get Products
      GET
  • Summary
    • Get Summary
      GET
    • Post Summary
      POST
    • Summary Buy
      POST
    • Summary Sell
      POST
    • Summary Delivery
      POST
  • Excel Import
    • Import Queue
      POST
    • Import Status
      GET
  1. Customers

Remove Customer Id

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
DELETE
https://api.staging.mintedconnect.com
/partner/customer/{{external_customer_id}}
Last modified:2025-12-24 08:15:32
Maintainer:Not configured

Request

Authorization
Provide your encrypted digest scheme data in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
Header Params

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 -g --request DELETE 'https://api.staging.mintedconnect.com/partner/customer/MTD0018232' \
--header 'api-version: 2' \
--header 'api-version: 3' \
--header 'x-client-id: web' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'

Responses

🟢200OK
application/json
Body

Example
{}
Modified at 2025-12-24 08:15:32
Previous
Update Customer
Next
Get Customer
Built with