- Integracja własna
- Wstęp
- Strategia integracji
- Endpoints
- Autentyfikacja
- Szybka wycena
- Użytkownicy
- AddressBook
- Edit sender contact in address book
- Add sender contact in address book
- Delete sender contact from address book
- Edit receiver contact in address book
- Add receiver contact in address book
- Delete receiver contact from address book
- Get senders contacts from address book
- Get receiver contacts from address book
- Import sender contacts to address book
- Import receiver contacts to address book
- get company for user
- Update user currency
- User return carrier list
- Manage user return carrier list
- AddressBook
- Wycena ofertowa
- Słowniki
- Szablon przesyłki
- Payments
- AddressBook
- User
- Get user dataGET
- Get user coupon dataGET
- Register userPOST
- Edit userPUT
- Get company informationGET
- Get user invoice listGET
- Get invoiceGET
- Get compressed list of invoicesGET
- Get invoice emailGET
- Get account and payment statisticsGET
- Get list of payment methodsGET
- Get selected payment methodGET
- Create selected payment methodPOST
- Remove selected payment methodDELETE
- Get order statisticsGET
- Get list of customs documents for the orderGET
- Get list of options for saving user preferencesGET
- Save user preferencesPUT
- Orders
Remove selected payment method
Developing
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
DELETE
/v1/user/payment/default
Request
Header Params
Accept-Language
string
optional
Example:
pl
X-Auth-Token
string
required
Request 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 --request DELETE 'https://test.api.globkurier.pl/v1/user/payment/default' \
--header 'Accept-Language: pl' \
--header 'X-Auth-Token;'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-27 09:20:29