Kanalı Silmek
DELETE /api/paymentChannel/id
bash
curl 'https://sandbox-pgw.klogs.io/api/paymentChannel/{id}' \
--request DELETE \
--header 'Authorization: Bearer API_KEY'Params
| Parametre Adı | Konum | Tip | Zorunlu | Açıklama |
|---|---|---|---|---|
| id | path | string(uuid) | ✅ Evet | none |
Responses
| HTTP Status Code | Meaning | Description | Data schema |
|---|---|---|---|
| 200 | OK | OK | None |

