BNPL API
Redirect URLsFAQ
BNPL API
Redirect URLsFAQ
milpay doc
  1. In Store Pickup
  • Back to home
  • One Click V2 (BETA)
    • Available By Contact Info
      GET
    • Login
      POST
    • Complete Login
      POST
    • Available By Customer API Key
      GET
    • Refresh
      POST
    • Calculation
      POST
    • Create Application
      POST
    • Signing
      POST
    • Approve
      POST
  • Shipping Mode
    • List Shipping Modes
      GET
    • Get Shipping Mode
      GET
    • Add Shipping Mode
      POST
    • Edit Shipping Mode
      PATCH
    • Delete Shipping Mode
      DELETE
  • Shipping Address
    • List Addresses
      GET
    • Add Address
      PUT
  • In Store Pickup
    • List In Store Pick Up Points
      GET
    • Get In Store Pick Up Point by ID
      GET
    • Add In Store Pick Up Point
      POST
    • Edit In Store Pick Up Point Copy
      PATCH
    • Delete In Store Pick Up Point Copy Copy
      DELETE
  1. In Store Pickup

Delete In Store Pick Up Point Copy Copy

Developing
STAGING Gateway
https://gateway-staging.instacash.hu
STAGING Gateway
https://gateway-staging.instacash.hu
DELETE
https://gateway-staging.instacash.hu
/bnpl/external/one-click/in_store_pickup/{publicId}
BETA

Request

Authorization
API Key
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
or
Path Params

Responses

🟢200Success
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://gateway-staging.instacash.hu/bnpl/external/one-click/in_store_pickup/' \
--header 'X-Api-Key: <api-key>'
Previous
Edit In Store Pick Up Point Copy
Built with