Skip to main content
PUT
/
api
/
v1
/
wallets
/
{referenceWallet}
/
unenroll
Désenrôler un instrument de paiement
curl --request PUT \
  --url https://egimgarsud.gimpayapp.com/api/v1/wallets/{referenceWallet}/unenroll \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": 123,
  "body": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string

Path Parameters

referenceWallet
string
required

La référence de l'instrument de paiement à désenrôler.

Response

Instrument de paiement verrouillé avec succès.

message
string
status
integer<int32>
body
object
timestamp
string<date-time>