Delete an integration channel
DELETE/api/wallets/:walletExternalKey/integration-channels/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Deletes an existing channel. In-flight deliveries already routed to this channel will retain their channel_ref but the FK on integration_delivery is set to NULL by ON DELETE SET NULL.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 204
- 401
- 403
- 404
Channel deleted
Unauthorized.
Forbidden.
Channel not found.