Skip to main content
DELETE
/
pouch
/
{pouchId}
/
intents
/
{intentId}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pouchId
string
required

ID корзины

intentId
string
required

ID намерения

Response

Намерение успешно удалено

code
integer
Example:

200

paymentAmount
number

Обновленная сумма к оплате

Example:

1000

paymentCurrency
string

Валюта оплаты

Example:

"RUB"

message
string
Example:

"Intent removed from pouch"