cURL
curl --request POST \ --url https://api.useglyde.co/v1/virtual-accounts/{uid}/deactivate \ --header 'Authorization: Bearer <token>'
Deactivates a virtual account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?