cURL
curl --request DELETE \ --url https://api.palpluss.com/v1/payment-wallet/channels/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "success": false, "error": { "message": "Invalid or revoked API key.", "code": "INVALID_API_KEY", "details": {} }, "requestId": "a1b2c3d4-0000-0000-0000-000000000000" }
Remove a payment channel from your account.
409 CHANNEL_IN_USE
channelId
Use your API key as the username. Leave the password field empty.
Authorization: Basic <base64(apikey:)>
You can also pass the raw API key:
Authorization: Basic <apikey>
The channel ID.
Channel deleted.