Delete payment channel
Payment Channels
Delete Payment Channel
Remove a payment channel from your account.
DELETE
Delete payment channel
Remove a channel you no longer need. Active transactions block deletion.
Deletion constraints
A channel cannot be deleted if it has linked transactions or customers. Attempting to delete it returns409 CHANNEL_IN_USE.
To safely remove a channel:
- Stop routing new requests to it (omit
channelIdin payment requests or switch to another channel) - Wait for all active transactions to reach terminal states
- Delete the channel once no active references remain
Authorizations
Paste your PalPluss API key in the username field and leave the password field empty — it is ignored.
Get your key from console → Settings → API Keys (starts with pk_live_ or pk_test_).
In your own code, send the key directly:
Authorization: Basic YOUR_API_KEY
Path Parameters
The channel ID.
Response
Channel deleted.