cURL
curl --request DELETE \ --url https://api.steamgold.dev/v1/pouch/{pouchId}/intents/{intentId} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "paymentAmount": 1000, "paymentCurrency": "RUB", "message": "Intent removed from pouch" }
Удаляет намерение из корзины
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID корзины
ID намерения
Намерение успешно удалено
200
Обновленная сумма к оплате
1000
Валюта оплаты
"RUB"
"Intent removed from pouch"