DELETE
/
wallets
/
{id}
/
autoTopupConfig
Deletes an auto topup configuration for a wallet
curl --request DELETE \
  --url https://api.paygentic.io/v0/wallets/{id}/autoTopupConfig \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the wallet to delete an auto topup for

Response

204

Auto topup deleted successfully